Html Css Color HEX #CDD9EC Hawkes Blue

📋 copy color: '#CDD9EC'

red 205 ◦ green 217 ◦ blue 236

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

Shades of Hawkes Blue #CDD9EC

Tints of Hawkes Blue #CDD9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.87%

R = 31.16%
G = 32.98%
B = 35.87%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDD9EC (or 0xCDD9EC) is known color: Hawkes Blue. HEX triplet: CD, D9 and EC. RGB value is (205,217,236). Sum of RGB (Red+Green+Blue) = 205+217+236=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDD9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9EC is #322613. Grayscale: #D7D7D7. Windows color (decimal): -3286548 or 15522253. OLE color: 15522253.

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

Color convert

RGB 205 217 236 -
CMYK 0.13 0.08 0 0.07
HSL 216.77º 0.45% 0.86% -
HSV(B) 216.77º 0.13% 0.93% -
XYZ 65.13 68.66 89.18 -
YUV 215.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 205 217 236 0.13 0.08 0 0.07 216.77 0.45 0.86
Hex CD D9 EC D 8 0 7 D9 2D 56
Octal 315 331 354 15 10 0 7 331 55 126
Binary 11001101 11011001 11101100 1101 1000 0 111 11011001 101101 1010110

Color Harmonies of #CDD9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD9EC

Black with #CDD9EC

Text Example


Text Example

White with #CDD9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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