Html Css Color HEX #D0DBEB Hawkes Blue

📋 copy color: '#D0DBEB'

red 208 ◦ green 219 ◦ blue 235

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

Shades of Hawkes Blue #D0DBEB

Tints of Hawkes Blue #D0DBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.5%

R = 31.42%
G = 33.08%
B = 35.5%

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

#D0DBEB (or 0xD0DBEB) is known color: Hawkes Blue. HEX triplet: D0, DB and EB. RGB value is (208,219,235). Sum of RGB (Red+Green+Blue) = 208+219+235=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBEB is #2F2414. Grayscale: #D9D9D9. Windows color (decimal): -3089429 or 15457232. OLE color: 15457232.

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

Color convert

RGB 208 219 235 -
CMYK 0.11 0.07 0 0.08
HSL 215.56º 0.4% 0.87% -
HSV(B) 215.56º 0.11% 0.92% -
XYZ 66.34 70.07 88.63 -
YUV 217.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 208 219 235 0.11 0.07 0 0.08 215.56 0.4 0.87
Hex D0 DB EB B 7 0 8 D8 28 57
Octal 320 333 353 13 7 0 10 330 50 127
Binary 11010000 11011011 11101011 1011 111 0 1000 11011000 101000 1010111

Color Harmonies of #D0DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DBEB

Black with #D0DBEB

Text Example


Text Example

White with #D0DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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