Html Css Color HEX #D0D9EE Hawkes Blue

📋 copy color: '#D0D9EE'

red 208 ◦ green 217 ◦ blue 238

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

Shades of Hawkes Blue #D0D9EE

Tints of Hawkes Blue #D0D9EE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.73%

 BLUE value IS 238 (93.36% from 255) = 35.9%

R = 31.37%
G = 32.73%
B = 35.9%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0D9EE (or 0xD0D9EE) is known color: Hawkes Blue. HEX triplet: D0, D9 and EE. RGB value is (208,217,238). Sum of RGB (Red+Green+Blue) = 208+217+238=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 217 (85.16% from 255 or 32.73% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0D9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D9EE is #2F2611. Grayscale: #D8D8D8. Windows color (decimal): -3089938 or 15653328. OLE color: 15653328.

HSL color Cylindrical-coordinate representation of color #D0D9EE: hue angle of 222º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0D9EE is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 217 238 -
CMYK 0.13 0.09 0 0.07
HSL 222º 0.47% 0.87% -
HSV(B) 222º 0.13% 0.93% -
XYZ 66.26 69.21 90.76 -
YUV 216.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 208 217 238 0.13 0.09 0 0.07 222 0.47 0.87
Hex D0 D9 EE D 9 0 7 DE 2F 57
Octal 320 331 356 15 11 0 7 336 57 127
Binary 11010000 11011001 11101110 1101 1001 0 111 11011110 101111 1010111

Color Harmonies of #D0D9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D9EE

Black with #D0D9EE

Text Example


Text Example

White with #D0D9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D9EE; }

 p { color: rgb(208,217,238); }

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

background-color css

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

 a { background-color: rgb(208,217,238); }

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

border-color css

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

 span { border-color: rgb(208,217,238); }

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