Html Css Color HEX #D0DEEF Hawkes Blue

📋 copy color: '#D0DEEF'

red 208 ◦ green 222 ◦ blue 239

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

Shades of Hawkes Blue #D0DEEF

Tints of Hawkes Blue #D0DEEF

RGB

 RED value IS 208 (81.64% from 255) = 31.09%

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

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

R = 31.09%
G = 33.18%
B = 35.72%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D0DEEF (or 0xD0DEEF) is known color: Hawkes Blue. HEX triplet: D0, DE and EF. RGB value is (208,222,239). Sum of RGB (Red+Green+Blue) = 208+222+239=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEEF is #2F2110. Grayscale: #DBDBDB. Windows color (decimal): -3088657 or 15720144. OLE color: 15720144.

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

Color convert

RGB 208 222 239 -
CMYK 0.13 0.07 0 0.06
HSL 212.9º 0.49% 0.88% -
HSV(B) 212.9º 0.13% 0.94% -
XYZ 67.71 71.88 91.97 -
YUV 219.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 208 222 239 0.13 0.07 0 0.06 212.9 0.49 0.88
Hex D0 DE EF D 7 0 6 D5 31 58
Octal 320 336 357 15 7 0 6 325 61 130
Binary 11010000 11011110 11101111 1101 111 0 110 11010101 110001 1011000

Color Harmonies of #D0DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DEEF

Black with #D0DEEF

Text Example


Text Example

White with #D0DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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