Html Css Color HEX #D0DAEA Hawkes Blue

📋 copy color: '#D0DAEA'

red 208 ◦ green 218 ◦ blue 234

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

Shades of Hawkes Blue #D0DAEA

Tints of Hawkes Blue #D0DAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.45%

R = 31.52%
G = 33.03%
B = 35.45%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D0DAEA (or 0xD0DAEA) is known color: Hawkes Blue. HEX triplet: D0, DA and EA. RGB value is (208,218,234). Sum of RGB (Red+Green+Blue) = 208+218+234=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DAEA is #2F2515. Grayscale: #D8D8D8. Windows color (decimal): -3089686 or 15391440. OLE color: 15391440.

HSL color Cylindrical-coordinate representation of color #D0DAEA: hue angle of 216.92º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0DAEA is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 218 234 -
CMYK 0.11 0.07 0 0.08
HSL 216.92º 0.38% 0.87% -
HSV(B) 216.92º 0.11% 0.92% -
XYZ 65.94 69.49 87.78 -
YUV 216.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 208 218 234 0.11 0.07 0 0.08 216.92 0.38 0.87
Hex D0 DA EA B 7 0 8 D9 26 57
Octal 320 332 352 13 7 0 10 331 46 127
Binary 11010000 11011010 11101010 1011 111 0 1000 11011001 100110 1010111

Color Harmonies of #D0DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DAEA

Black with #D0DAEA

Text Example


Text Example

White with #D0DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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