Html Css Color HEX #CDD2EB Hawkes Blue

📋 copy color: '#CDD2EB'

red 205 ◦ green 210 ◦ blue 235

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

Shades of Hawkes Blue #CDD2EB

Tints of Hawkes Blue #CDD2EB

RGB

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

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

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

R = 31.54%
G = 32.31%
B = 36.15%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CDD2EB (or 0xCDD2EB) is known color: Hawkes Blue. HEX triplet: CD, D2 and EB. RGB value is (205,210,235). Sum of RGB (Red+Green+Blue) = 205+210+235=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDD2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD2EB is #322D14. Grayscale: #D3D3D3. Windows color (decimal): -3288341 or 15454925. OLE color: 15454925.

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

Color convert

RGB 205 210 235 -
CMYK 0.13 0.11 0 0.08
HSL 230º 0.43% 0.86% -
HSV(B) 230º 0.13% 0.92% -
XYZ 63.22 65.07 87.83 -
YUV 211.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 205 210 235 0.13 0.11 0 0.08 230 0.43 0.86
Hex CD D2 EB D B 0 8 E6 2B 56
Octal 315 322 353 15 13 0 10 346 53 126
Binary 11001101 11010010 11101011 1101 1011 0 1000 11100110 101011 1010110

Color Harmonies of #CDD2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD2EB

Black with #CDD2EB

Text Example


Text Example

White with #CDD2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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