Html Css Color HEX #CDD7EB Hawkes Blue

📋 copy color: '#CDD7EB'

red 205 ◦ green 215 ◦ blue 235

#CDD7EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #CDD7EB

Tints of Hawkes Blue #CDD7EB

RGB

 RED value IS 205 (80.47% from 255) = 31.3%

 GREEN value IS 215 (84.38% from 255) = 32.82%

 BLUE value IS 235 (92.19% from 255) = 35.88%

R = 31.3%
G = 32.82%
B = 35.88%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDD7EB (or 0xCDD7EB) is known color: Hawkes Blue. HEX triplet: CD, D7 and EB. RGB value is (205,215,235). Sum of RGB (Red+Green+Blue) = 205+215+235=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDD7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7EB is #322814. Grayscale: #D6D6D6. Windows color (decimal): -3287061 or 15456205. OLE color: 15456205.

HSL color Cylindrical-coordinate representation of color #CDD7EB: hue angle of 220º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDD7EB is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 215 235 -
CMYK 0.13 0.09 0 0.08
HSL 220º 0.43% 0.86% -
HSV(B) 220º 0.13% 0.92% -
XYZ 64.47 67.58 88.24 -
YUV 214.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 205 215 235 0.13 0.09 0 0.08 220 0.43 0.86
Hex CD D7 EB D 9 0 8 DC 2B 56
Octal 315 327 353 15 11 0 10 334 53 126
Binary 11001101 11010111 11101011 1101 1001 0 1000 11011100 101011 1010110

Color Harmonies of #CDD7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD7EB

Black with #CDD7EB

Text Example


Text Example

White with #CDD7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD7EB; }

 p { color: rgb(205,215,235); }

 H1.HeaderClassName
 {
   color: #CDD7EB;
 }
 .AnyTagClassName
 {
   color: #CDD7EB;
 }
</style>

background-color css

<style>
 a { background-color: #CDD7EB; }

 a { background-color: rgb(205,215,235); }

 div.DivClassName
 {
   background-color: #CDD7EB;
 }
 .BgClassName
 {
   background-color: #CDD7EB;
 }
</style>

border-color css

<style>
 span { border-color: #CDD7EB; }

 span { border-color: rgb(205,215,235); }

 td.TdClassName
 {
   border-color: #CDD7EB;
 }
 .TagClassName
 {
   border-color: #CDD7EB;
 }
</style>