Html Css Color HEX #D2DEED Hawkes Blue

📋 copy color: '#D2DEED'

red 210 ◦ green 222 ◦ blue 237

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

Shades of Hawkes Blue #D2DEED

Tints of Hawkes Blue #D2DEED

RGB

 RED value IS 210 (82.42% from 255) = 31.39%

 GREEN value IS 222 (87.11% from 255) = 33.18%

 BLUE value IS 237 (92.97% from 255) = 35.43%

R = 31.39%
G = 33.18%
B = 35.43%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D2DEED (or 0xD2DEED) is known color: Hawkes Blue. HEX triplet: D2, DE and ED. RGB value is (210,222,237). Sum of RGB (Red+Green+Blue) = 210+222+237=669 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.39% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DEED is #2D2112. Grayscale: #DCDCDC. Windows color (decimal): -2957587 or 15589074. OLE color: 15589074.

HSL color Cylindrical-coordinate representation of color #D2DEED: hue angle of 213.33º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2DEED is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 222 237 -
CMYK 0.11 0.06 0 0.07
HSL 213.33º 0.43% 0.88% -
HSV(B) 213.33º 0.11% 0.93% -
XYZ 67.99 72.06 90.45 -
YUV 220.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 210 222 237 0.11 0.06 0 0.07 213.33 0.43 0.88
Hex D2 DE ED B 6 0 7 D5 2B 58
Octal 322 336 355 13 6 0 7 325 53 130
Binary 11010010 11011110 11101101 1011 110 0 111 11010101 101011 1011000

Color Harmonies of #D2DEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DEED

Black with #D2DEED

Text Example


Text Example

White with #D2DEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DEED; }

 p { color: rgb(210,222,237); }

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

background-color css

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

 a { background-color: rgb(210,222,237); }

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

border-color css

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

 span { border-color: rgb(210,222,237); }

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