Html Css Color HEX #D0DBEA Hawkes Blue

📋 copy color: '#D0DBEA'

red 208 ◦ green 219 ◦ blue 234

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

Shades of Hawkes Blue #D0DBEA

Tints of Hawkes Blue #D0DBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.13%

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

R = 31.47%
G = 33.13%
B = 35.4%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D0DBEA (or 0xD0DBEA) is known color: Hawkes Blue. HEX triplet: D0, DB and EA. RGB value is (208,219,234). Sum of RGB (Red+Green+Blue) = 208+219+234=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBEA is #2F2415. Grayscale: #D9D9D9. Windows color (decimal): -3089430 or 15391696. OLE color: 15391696.

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

Color convert

RGB 208 219 234 -
CMYK 0.11 0.06 0 0.08
HSL 214.62º 0.38% 0.87% -
HSV(B) 214.62º 0.11% 0.92% -
XYZ 66.2 70.01 87.87 -
YUV 217.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 208 219 234 0.11 0.06 0 0.08 214.62 0.38 0.87
Hex D0 DB EA B 6 0 8 D7 26 57
Octal 320 333 352 13 6 0 10 327 46 127
Binary 11010000 11011011 11101010 1011 110 0 1000 11010111 100110 1010111

Color Harmonies of #D0DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DBEA

Black with #D0DBEA

Text Example


Text Example

White with #D0DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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