Html Css Color HEX #DEDFE5 Hawkes Blue

📋 copy color: '#DEDFE5'

red 222 ◦ green 223 ◦ blue 229

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

Shades of Hawkes Blue #DEDFE5

Tints of Hawkes Blue #DEDFE5

RGB

 RED value IS 222 (87.11% from 255) = 32.94%

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

 BLUE value IS 229 (89.84% from 255) = 33.98%

R = 32.94%
G = 33.09%
B = 33.98%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DEDFE5 (or 0xDEDFE5) is known color: Hawkes Blue. HEX triplet: DE, DF and E5. RGB value is (222,223,229). Sum of RGB (Red+Green+Blue) = 222+223+229=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEDFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFE5 is #21201A. Grayscale: #DFDFDF. Windows color (decimal): -2170907 or 15065054. OLE color: 15065054.

HSL color Cylindrical-coordinate representation of color #DEDFE5: hue angle of 231.43º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEDFE5 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 223 229 -
CMYK 0.03 0.03 0 0.10
HSL 231.43º 0.12% 0.88% -
HSV(B) 231.43º 0.03% 0.9% -
XYZ 70.65 73.96 84.68 -
YUV 223.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 222 223 229 0.03 0.03 0 0.10 231.43 0.12 0.88
Hex DE DF E5 3 3 0 A E7 C 58
Octal 336 337 345 3 3 0 12 347 14 130
Binary 11011110 11011111 11100101 11 11 0 1010 11100111 1100 1011000

Color Harmonies of #DEDFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDFE5

Black with #DEDFE5

Text Example


Text Example

White with #DEDFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDFE5; }

 p { color: rgb(222,223,229); }

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

background-color css

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

 a { background-color: rgb(222,223,229); }

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

border-color css

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

 span { border-color: rgb(222,223,229); }

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