Html Css Color HEX #D0DAE5 Hawkes Blue

📋 copy color: '#D0DAE5'

red 208 ◦ green 218 ◦ blue 229

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

Shades of Hawkes Blue #D0DAE5

Tints of Hawkes Blue #D0DAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.96%

R = 31.76%
G = 33.28%
B = 34.96%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D0DAE5 (or 0xD0DAE5) is known color: Hawkes Blue. HEX triplet: D0, DA and E5. RGB value is (208,218,229). Sum of RGB (Red+Green+Blue) = 208+218+229=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #D0DAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DAE5 is #2F251A. Grayscale: #D8D8D8. Windows color (decimal): -3089691 or 15063760. OLE color: 15063760.

HSL color Cylindrical-coordinate representation of color #D0DAE5: hue angle of 211.43º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0DAE5 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 218 229 -
CMYK 0.09 0.05 0 0.10
HSL 211.43º 0.29% 0.86% -
HSV(B) 211.43º 0.09% 0.9% -
XYZ 65.23 69.21 84.05 -
YUV 216.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 208 218 229 0.09 0.05 0 0.10 211.43 0.29 0.86
Hex D0 DA E5 9 5 0 A D3 1D 56
Octal 320 332 345 11 5 0 12 323 35 126
Binary 11010000 11011010 11100101 1001 101 0 1010 11010011 11101 1010110

Color Harmonies of #D0DAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DAE5

Black with #D0DAE5

Text Example


Text Example

White with #D0DAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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