Html Css Color HEX #CDD9EB Hawkes Blue

📋 copy color: '#CDD9EB'

red 205 ◦ green 217 ◦ blue 235

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

Shades of Hawkes Blue #CDD9EB

Tints of Hawkes Blue #CDD9EB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.03%

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

R = 31.2%
G = 33.03%
B = 35.77%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CDD9EB (or 0xCDD9EB) is known color: Hawkes Blue. HEX triplet: CD, D9 and EB. RGB value is (205,217,235). Sum of RGB (Red+Green+Blue) = 205+217+235=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDD9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9EB is #322614. Grayscale: #D7D7D7. Windows color (decimal): -3286549 or 15456717. OLE color: 15456717.

HSL color Cylindrical-coordinate representation of color #CDD9EB: hue angle of 216º 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 #CDD9EB is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 217 235 -
CMYK 0.13 0.08 0 0.08
HSL 216º 0.43% 0.86% -
HSV(B) 216º 0.13% 0.92% -
XYZ 64.99 68.6 88.41 -
YUV 215.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 205 217 235 0.13 0.08 0 0.08 216 0.43 0.86
Hex CD D9 EB D 8 0 8 D8 2B 56
Octal 315 331 353 15 10 0 10 330 53 126
Binary 11001101 11011001 11101011 1101 1000 0 1000 11011000 101011 1010110

Color Harmonies of #CDD9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD9EB

Black with #CDD9EB

Text Example


Text Example

White with #CDD9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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