Html Css Color HEX #DCE1F0 Hawkes Blue

📋 copy color: '#DCE1F0'

red 220 ◦ green 225 ◦ blue 240

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

Shades of Hawkes Blue #DCE1F0

Tints of Hawkes Blue #DCE1F0

RGB

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

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

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

R = 32.12%
G = 32.85%
B = 35.04%

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

#DCE1F0 (or 0xDCE1F0) is known color: Hawkes Blue. HEX triplet: DC, E1 and F0. RGB value is (220,225,240). Sum of RGB (Red+Green+Blue) = 220+225+240=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCE1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1F0 is #231E0F. Grayscale: #E1E1E1. Windows color (decimal): -2301456 or 15786460. OLE color: 15786460.

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

Color convert

RGB 220 225 240 -
CMYK 0.08 0.06 0 0.06
HSL 225º 0.4% 0.9% -
HSV(B) 225º 0.08% 0.94% -
XYZ 72.17 75.36 93.18 -
YUV 225.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 220 225 240 0.08 0.06 0 0.06 225 0.4 0.9
Hex DC E1 F0 8 6 0 6 E1 28 5A
Octal 334 341 360 10 6 0 6 341 50 132
Binary 11011100 11100001 11110000 1000 110 0 110 11100001 101000 1011010

Color Harmonies of #DCE1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE1F0

Black with #DCE1F0

Text Example


Text Example

White with #DCE1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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