Html Css Color HEX #DBE1ED Hawkes Blue

📋 copy color: '#DBE1ED'

red 219 ◦ green 225 ◦ blue 237

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

Shades of Hawkes Blue #DBE1ED

Tints of Hawkes Blue #DBE1ED

RGB

 RED value IS 219 (85.94% from 255) = 32.16%

 GREEN value IS 225 (88.28% from 255) = 33.04%

 BLUE value IS 237 (92.97% from 255) = 34.8%

R = 32.16%
G = 33.04%
B = 34.8%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBE1ED (or 0xDBE1ED) is known color: Hawkes Blue. HEX triplet: DB, E1 and ED. RGB value is (219,225,237). Sum of RGB (Red+Green+Blue) = 219+225+237=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE1ED is #241E12. Grayscale: #E0E0E0. Windows color (decimal): -2366995 or 15589851. OLE color: 15589851.

HSL color Cylindrical-coordinate representation of color #DBE1ED: hue angle of 220º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE1ED is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 225 237 -
CMYK 0.08 0.05 0 0.07
HSL 220º 0.33% 0.89% -
HSV(B) 220º 0.08% 0.93% -
XYZ 71.42 75.02 90.84 -
YUV 224.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 219 225 237 0.08 0.05 0 0.07 220 0.33 0.89
Hex DB E1 ED 8 5 0 7 DC 21 59
Octal 333 341 355 10 5 0 7 334 41 131
Binary 11011011 11100001 11101101 1000 101 0 111 11011100 100001 1011001

Color Harmonies of #DBE1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE1ED

Black with #DBE1ED

Text Example


Text Example

White with #DBE1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE1ED; }

 p { color: rgb(219,225,237); }

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

background-color css

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

 a { background-color: rgb(219,225,237); }

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

border-color css

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

 span { border-color: rgb(219,225,237); }

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