Html Css Color HEX #D0DDEC Hawkes Blue

📋 copy color: '#D0DDEC'

red 208 ◦ green 221 ◦ blue 236

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

Shades of Hawkes Blue #D0DDEC

Tints of Hawkes Blue #D0DDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.23%

 BLUE value IS 236 (92.58% from 255) = 35.49%

R = 31.28%
G = 33.23%
B = 35.49%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0DDEC (or 0xD0DDEC) is known color: Hawkes Blue. HEX triplet: D0, DD and EC. RGB value is (208,221,236). Sum of RGB (Red+Green+Blue) = 208+221+236=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DDEC is #2F2213. Grayscale: #DADADA. Windows color (decimal): -3088916 or 15523280. OLE color: 15523280.

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

Color convert

RGB 208 221 236 -
CMYK 0.12 0.06 0 0.07
HSL 212.14º 0.42% 0.87% -
HSV(B) 212.14º 0.12% 0.93% -
XYZ 67.01 71.18 89.56 -
YUV 218.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 208 221 236 0.12 0.06 0 0.07 212.14 0.42 0.87
Hex D0 DD EC C 6 0 7 D4 2A 57
Octal 320 335 354 14 6 0 7 324 52 127
Binary 11010000 11011101 11101100 1100 110 0 111 11010100 101010 1010111

Color Harmonies of #D0DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DDEC

Black with #D0DDEC

Text Example


Text Example

White with #D0DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DDEC; }

 p { color: rgb(208,221,236); }

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

background-color css

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

 a { background-color: rgb(208,221,236); }

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

border-color css

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

 span { border-color: rgb(208,221,236); }

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