Html Css Color HEX #D0DBEF Hawkes Blue

📋 copy color: '#D0DBEF'

red 208 ◦ green 219 ◦ blue 239

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

Shades of Hawkes Blue #D0DBEF

Tints of Hawkes Blue #D0DBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.89%

R = 31.23%
G = 32.88%
B = 35.89%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D0DBEF (or 0xD0DBEF) is known color: Hawkes Blue. HEX triplet: D0, DB and EF. RGB value is (208,219,239). Sum of RGB (Red+Green+Blue) = 208+219+239=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBEF is #2F2410. Grayscale: #D9D9D9. Windows color (decimal): -3089425 or 15719376. OLE color: 15719376.

HSL color Cylindrical-coordinate representation of color #D0DBEF: hue angle of 218.71º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0DBEF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 219 239 -
CMYK 0.13 0.08 0 0.06
HSL 218.71º 0.49% 0.88% -
HSV(B) 218.71º 0.13% 0.94% -
XYZ 66.92 70.3 91.7 -
YUV 217.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 208 219 239 0.13 0.08 0 0.06 218.71 0.49 0.88
Hex D0 DB EF D 8 0 6 DB 31 58
Octal 320 333 357 15 10 0 6 333 61 130
Binary 11010000 11011011 11101111 1101 1000 0 110 11011011 110001 1011000

Color Harmonies of #D0DBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DBEF

Black with #D0DBEF

Text Example


Text Example

White with #D0DBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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