Html Css Color HEX #DBDFE4 Hawkes Blue

📋 copy color: '#DBDFE4'

red 219 ◦ green 223 ◦ blue 228

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

Shades of Hawkes Blue #DBDFE4

Tints of Hawkes Blue #DBDFE4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.28%

 BLUE value IS 228 (89.45% from 255) = 34.03%

R = 32.69%
G = 33.28%
B = 34.03%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DBDFE4 (or 0xDBDFE4) is known color: Hawkes Blue. HEX triplet: DB, DF and E4. RGB value is (219,223,228). Sum of RGB (Red+Green+Blue) = 219+223+228=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBDFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFE4 is #24201B. Grayscale: #DEDEDE. Windows color (decimal): -2367516 or 14999515. OLE color: 14999515.

HSL color Cylindrical-coordinate representation of color #DBDFE4: hue angle of 213.33º degrees, saturation: 0.14, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDFE4 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 223 228 -
CMYK 0.04 0.02 0 0.11
HSL 213.33º 0.14% 0.88% -
HSV(B) 213.33º 0.04% 0.89% -
XYZ 69.6 73.44 83.9 -
YUV 222.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 219 223 228 0.04 0.02 0 0.11 213.33 0.14 0.88
Hex DB DF E4 4 2 0 B D5 E 58
Octal 333 337 344 4 2 0 13 325 16 130
Binary 11011011 11011111 11100100 100 10 0 1011 11010101 1110 1011000

Color Harmonies of #DBDFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDFE4

Black with #DBDFE4

Text Example


Text Example

White with #DBDFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDFE4; }

 p { color: rgb(219,223,228); }

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

background-color css

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

 a { background-color: rgb(219,223,228); }

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

border-color css

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

 span { border-color: rgb(219,223,228); }

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