Html Css Color HEX #DBDFEA Hawkes Blue

📋 copy color: '#DBDFEA'

red 219 ◦ green 223 ◦ blue 234

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

Shades of Hawkes Blue #DBDFEA

Tints of Hawkes Blue #DBDFEA

RGB

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

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

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

R = 32.4%
G = 32.99%
B = 34.62%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBDFEA (or 0xDBDFEA) is known color: Hawkes Blue. HEX triplet: DB, DF and EA. RGB value is (219,223,234). Sum of RGB (Red+Green+Blue) = 219+223+234=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBDFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFEA is #242015. Grayscale: #DFDFDF. Windows color (decimal): -2367510 or 15392731. OLE color: 15392731.

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

Color convert

RGB 219 223 234 -
CMYK 0.06 0.05 0 0.08
HSL 224º 0.26% 0.89% -
HSV(B) 224º 0.06% 0.92% -
XYZ 70.45 73.78 88.37 -
YUV 223.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 219 223 234 0.06 0.05 0 0.08 224 0.26 0.89
Hex DB DF EA 6 5 0 8 E0 1A 59
Octal 333 337 352 6 5 0 10 340 32 131
Binary 11011011 11011111 11101010 110 101 0 1000 11100000 11010 1011001

Color Harmonies of #DBDFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDFEA

Black with #DBDFEA

Text Example


Text Example

White with #DBDFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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