Html Css Color HEX #DCE1F2 Hawkes Blue

📋 copy color: '#DCE1F2'

red 220 ◦ green 225 ◦ blue 242

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

Shades of Hawkes Blue #DCE1F2

Tints of Hawkes Blue #DCE1F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.23%

R = 32.02%
G = 32.75%
B = 35.23%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCE1F2 (or 0xDCE1F2) is known color: Hawkes Blue. HEX triplet: DC, E1 and F2. RGB value is (220,225,242). Sum of RGB (Red+Green+Blue) = 220+225+242=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCE1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1F2 is #231E0D. Grayscale: #E1E1E1. Windows color (decimal): -2301454 or 15917532. OLE color: 15917532.

HSL color Cylindrical-coordinate representation of color #DCE1F2: hue angle of 226.36º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCE1F2 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 225 242 -
CMYK 0.09 0.07 0 0.05
HSL 226.36º 0.46% 0.91% -
HSV(B) 226.36º 0.09% 0.95% -
XYZ 72.47 75.48 94.75 -
YUV 225.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 220 225 242 0.09 0.07 0 0.05 226.36 0.46 0.91
Hex DC E1 F2 9 7 0 5 E2 2E 5B
Octal 334 341 362 11 7 0 5 342 56 133
Binary 11011100 11100001 11110010 1001 111 0 101 11100010 101110 1011011

Color Harmonies of #DCE1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE1F2

Black with #DCE1F2

Text Example


Text Example

White with #DCE1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE1F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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