Html Css Color HEX #DEE1ED Hawkes Blue

📋 copy color: '#DEE1ED'

red 222 ◦ green 225 ◦ blue 237

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

Shades of Hawkes Blue #DEE1ED

Tints of Hawkes Blue #DEE1ED

RGB

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

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

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

R = 32.46%
G = 32.89%
B = 34.65%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEE1ED (or 0xDEE1ED) is known color: Hawkes Blue. HEX triplet: DE, E1 and ED. RGB value is (222,225,237). Sum of RGB (Red+Green+Blue) = 222+225+237=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE1ED is #211E12. Grayscale: #E1E1E1. Windows color (decimal): -2170387 or 15589854. OLE color: 15589854.

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

Color convert

RGB 222 225 237 -
CMYK 0.06 0.05 0 0.07
HSL 228º 0.29% 0.9% -
HSV(B) 228º 0.06% 0.93% -
XYZ 72.34 75.49 90.88 -
YUV 225.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 222 225 237 0.06 0.05 0 0.07 228 0.29 0.9
Hex DE E1 ED 6 5 0 7 E4 1D 5A
Octal 336 341 355 6 5 0 7 344 35 132
Binary 11011110 11100001 11101101 110 101 0 111 11100100 11101 1011010

Color Harmonies of #DEE1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE1ED

Black with #DEE1ED

Text Example


Text Example

White with #DEE1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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