Html Css Color HEX #DCE0F0 Hawkes Blue

📋 copy color: '#DCE0F0'

red 220 ◦ green 224 ◦ blue 240

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

Shades of Hawkes Blue #DCE0F0

Tints of Hawkes Blue #DCE0F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.09%

R = 32.16%
G = 32.75%
B = 35.09%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCE0F0 (or 0xDCE0F0) is known color: Hawkes Blue. HEX triplet: DC, E0 and F0. RGB value is (220,224,240). Sum of RGB (Red+Green+Blue) = 220+224+240=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCE0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0F0 is #231F0F. Grayscale: #E0E0E0. Windows color (decimal): -2301712 or 15786204. OLE color: 15786204.

HSL color Cylindrical-coordinate representation of color #DCE0F0: hue angle of 228º degrees, saturation: 0.4, 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 #DCE0F0 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 224 240 -
CMYK 0.08 0.07 0 0.06
HSL 228º 0.4% 0.9% -
HSV(B) 228º 0.08% 0.94% -
XYZ 71.9 74.82 93.09 -
YUV 224.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 220 224 240 0.08 0.07 0 0.06 228 0.4 0.9
Hex DC E0 F0 8 7 0 6 E4 28 5A
Octal 334 340 360 10 7 0 6 344 50 132
Binary 11011100 11100000 11110000 1000 111 0 110 11100100 101000 1011010

Color Harmonies of #DCE0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE0F0

Black with #DCE0F0

Text Example


Text Example

White with #DCE0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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