Html Css Color HEX #CDD9EE Hawkes Blue

📋 copy color: '#CDD9EE'

red 205 ◦ green 217 ◦ blue 238

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

Shades of Hawkes Blue #CDD9EE

Tints of Hawkes Blue #CDD9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.06%

R = 31.06%
G = 32.88%
B = 36.06%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDD9EE (or 0xCDD9EE) is known color: Hawkes Blue. HEX triplet: CD, D9 and EE. RGB value is (205,217,238). Sum of RGB (Red+Green+Blue) = 205+217+238=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDD9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9EE is #322611. Grayscale: #D7D7D7. Windows color (decimal): -3286546 or 15653325. OLE color: 15653325.

HSL color Cylindrical-coordinate representation of color #CDD9EE: hue angle of 218.18º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDD9EE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 217 238 -
CMYK 0.14 0.09 0 0.07
HSL 218.18º 0.49% 0.87% -
HSV(B) 218.18º 0.14% 0.93% -
XYZ 65.42 68.78 90.72 -
YUV 215.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 205 217 238 0.14 0.09 0 0.07 218.18 0.49 0.87
Hex CD D9 EE E 9 0 7 DA 31 57
Octal 315 331 356 16 11 0 7 332 61 127
Binary 11001101 11011001 11101110 1110 1001 0 111 11011010 110001 1010111

Color Harmonies of #CDD9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD9EE

Black with #CDD9EE

Text Example


Text Example

White with #CDD9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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