Html Css Color HEX #CDD2EA Hawkes Blue

📋 copy color: '#CDD2EA'

red 205 ◦ green 210 ◦ blue 234

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

Shades of Hawkes Blue #CDD2EA

Tints of Hawkes Blue #CDD2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.36%

 BLUE value IS 234 (91.8% from 255) = 36.06%

R = 31.59%
G = 32.36%
B = 36.06%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CDD2EA (or 0xCDD2EA) is known color: Hawkes Blue. HEX triplet: CD, D2 and EA. RGB value is (205,210,234). Sum of RGB (Red+Green+Blue) = 205+210+234=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDD2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD2EA is #322D15. Grayscale: #D3D3D3. Windows color (decimal): -3288342 or 15389389. OLE color: 15389389.

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

Color convert

RGB 205 210 234 -
CMYK 0.12 0.10 0 0.08
HSL 229.66º 0.41% 0.86% -
HSV(B) 229.66º 0.12% 0.92% -
XYZ 63.07 65.01 87.07 -
YUV 211.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 205 210 234 0.12 0.10 0 0.08 229.66 0.41 0.86
Hex CD D2 EA C A 0 8 E6 29 56
Octal 315 322 352 14 12 0 10 346 51 126
Binary 11001101 11010010 11101010 1100 1010 0 1000 11100110 101001 1010110

Color Harmonies of #CDD2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD2EA

Black with #CDD2EA

Text Example


Text Example

White with #CDD2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD2EA; }

 p { color: rgb(205,210,234); }

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

background-color css

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

 a { background-color: rgb(205,210,234); }

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

border-color css

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

 span { border-color: rgb(205,210,234); }

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