Html Css Color HEX #DCE0EF Hawkes Blue

📋 copy color: '#DCE0EF'

red 220 ◦ green 224 ◦ blue 239

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

Shades of Hawkes Blue #DCE0EF

Tints of Hawkes Blue #DCE0EF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.8%

 BLUE value IS 239 (93.75% from 255) = 34.99%

R = 32.21%
G = 32.8%
B = 34.99%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCE0EF (or 0xDCE0EF) is known color: Hawkes Blue. HEX triplet: DC, E0 and EF. RGB value is (220,224,239). Sum of RGB (Red+Green+Blue) = 220+224+239=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0EF is #231F10. Grayscale: #E0E0E0. Windows color (decimal): -2301713 or 15720668. OLE color: 15720668.

HSL color Cylindrical-coordinate representation of color #DCE0EF: hue angle of 227.37º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCE0EF is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 224 239 -
CMYK 0.08 0.06 0 0.06
HSL 227.37º 0.37% 0.9% -
HSV(B) 227.37º 0.08% 0.94% -
XYZ 71.75 74.76 92.31 -
YUV 224.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 220 224 239 0.08 0.06 0 0.06 227.37 0.37 0.9
Hex DC E0 EF 8 6 0 6 E3 25 5A
Octal 334 340 357 10 6 0 6 343 45 132
Binary 11011100 11100000 11101111 1000 110 0 110 11100011 100101 1011010

Color Harmonies of #DCE0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE0EF

Black with #DCE0EF

Text Example


Text Example

White with #DCE0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE0EF; }

 p { color: rgb(220,224,239); }

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

background-color css

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

 a { background-color: rgb(220,224,239); }

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

border-color css

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

 span { border-color: rgb(220,224,239); }

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