Html Css Color HEX #D0DAEC Hawkes Blue

📋 copy color: '#D0DAEC'

red 208 ◦ green 218 ◦ blue 236

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

Shades of Hawkes Blue #D0DAEC

Tints of Hawkes Blue #D0DAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.93%

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

R = 31.42%
G = 32.93%
B = 35.65%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0DAEC (or 0xD0DAEC) is known color: Hawkes Blue. HEX triplet: D0, DA and EC. RGB value is (208,218,236). Sum of RGB (Red+Green+Blue) = 208+218+236=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DAEC is #2F2513. Grayscale: #D8D8D8. Windows color (decimal): -3089684 or 15522512. OLE color: 15522512.

HSL color Cylindrical-coordinate representation of color #D0DAEC: hue angle of 218.57º 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 #D0DAEC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 218 236 -
CMYK 0.12 0.08 0 0.07
HSL 218.57º 0.42% 0.87% -
HSV(B) 218.57º 0.12% 0.93% -
XYZ 66.22 69.61 89.3 -
YUV 217.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 208 218 236 0.12 0.08 0 0.07 218.57 0.42 0.87
Hex D0 DA EC C 8 0 7 DB 2A 57
Octal 320 332 354 14 10 0 7 333 52 127
Binary 11010000 11011010 11101100 1100 1000 0 111 11011011 101010 1010111

Color Harmonies of #D0DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DAEC

Black with #D0DAEC

Text Example


Text Example

White with #D0DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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