Html Css Color HEX #DCDEE4 Hawkes Blue

📋 copy color: '#DCDEE4'

red 220 ◦ green 222 ◦ blue 228

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

Shades of Hawkes Blue #DCDEE4

Tints of Hawkes Blue #DCDEE4

RGB

 RED value IS 220 (86.33% from 255) = 32.84%

 GREEN value IS 222 (87.11% from 255) = 33.13%

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

R = 32.84%
G = 33.13%
B = 34.03%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DCDEE4 (or 0xDCDEE4) is known color: Hawkes Blue. HEX triplet: DC, DE and E4. RGB value is (220,222,228). Sum of RGB (Red+Green+Blue) = 220+222+228=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 222 (87.11% from 255 or 33.13% 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 #DCDEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEE4 is #23211B. Grayscale: #DEDEDE. Windows color (decimal): -2302236 or 14999260. OLE color: 14999260.

HSL color Cylindrical-coordinate representation of color #DCDEE4: hue angle of 225º degrees, saturation: 0.13, 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 #DCDEE4 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 222 228 -
CMYK 0.04 0.03 0 0.11
HSL 225º 0.13% 0.88% -
HSV(B) 225º 0.04% 0.89% -
XYZ 69.64 73.06 83.83 -
YUV 222.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 220 222 228 0.04 0.03 0 0.11 225 0.13 0.88
Hex DC DE E4 4 3 0 B E1 D 58
Octal 334 336 344 4 3 0 13 341 15 130
Binary 11011100 11011110 11100100 100 11 0 1011 11100001 1101 1011000

Color Harmonies of #DCDEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDEE4

Black with #DCDEE4

Text Example


Text Example

White with #DCDEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDEE4; }

 p { color: rgb(220,222,228); }

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

background-color css

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

 a { background-color: rgb(220,222,228); }

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

border-color css

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

 span { border-color: rgb(220,222,228); }

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