Html Css Color HEX #D2DEEF Hawkes Blue

📋 copy color: '#D2DEEF'

red 210 ◦ green 222 ◦ blue 239

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

Shades of Hawkes Blue #D2DEEF

Tints of Hawkes Blue #D2DEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.62%

R = 31.3%
G = 33.08%
B = 35.62%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D2DEEF (or 0xD2DEEF) is known color: Hawkes Blue. HEX triplet: D2, DE and EF. RGB value is (210,222,239). Sum of RGB (Red+Green+Blue) = 210+222+239=671 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.30% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DEEF is #2D2110. Grayscale: #DCDCDC. Windows color (decimal): -2957585 or 15720146. OLE color: 15720146.

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

Color convert

RGB 210 222 239 -
CMYK 0.12 0.07 0 0.06
HSL 215.17º 0.48% 0.88% -
HSV(B) 215.17º 0.12% 0.94% -
XYZ 68.28 72.18 91.99 -
YUV 220.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 210 222 239 0.12 0.07 0 0.06 215.17 0.48 0.88
Hex D2 DE EF C 7 0 6 D7 30 58
Octal 322 336 357 14 7 0 6 327 60 130
Binary 11010010 11011110 11101111 1100 111 0 110 11010111 110000 1011000

Color Harmonies of #D2DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DEEF

Black with #D2DEEF

Text Example


Text Example

White with #D2DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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