Html Css Color HEX #D9DEED Hawkes Blue

📋 copy color: '#D9DEED'

red 217 ◦ green 222 ◦ blue 237

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

Shades of Hawkes Blue #D9DEED

Tints of Hawkes Blue #D9DEED

RGB

 RED value IS 217 (85.16% from 255) = 32.1%

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

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

R = 32.1%
G = 32.84%
B = 35.06%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9DEED (or 0xD9DEED) is known color: Hawkes Blue. HEX triplet: D9, DE and ED. RGB value is (217,222,237). Sum of RGB (Red+Green+Blue) = 217+222+237=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DEED is #262112. Grayscale: #DEDEDE. Windows color (decimal): -2498835 or 15589081. OLE color: 15589081.

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

Color convert

RGB 217 222 237 -
CMYK 0.08 0.06 0 0.07
HSL 225º 0.36% 0.89% -
HSV(B) 225º 0.08% 0.93% -
XYZ 70.02 73.11 90.54 -
YUV 222.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 217 222 237 0.08 0.06 0 0.07 225 0.36 0.89
Hex D9 DE ED 8 6 0 7 E1 24 59
Octal 331 336 355 10 6 0 7 341 44 131
Binary 11011001 11011110 11101101 1000 110 0 111 11100001 100100 1011001

Color Harmonies of #D9DEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DEED

Black with #D9DEED

Text Example


Text Example

White with #D9DEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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