Html Css Color HEX #DCE0F2 Hawkes Blue

📋 copy color: '#DCE0F2'

red 220 ◦ green 224 ◦ blue 242

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

Shades of Hawkes Blue #DCE0F2

Tints of Hawkes Blue #DCE0F2

RGB

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

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

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

R = 32.07%
G = 32.65%
B = 35.28%

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

#DCE0F2 (or 0xDCE0F2) is known color: Hawkes Blue. HEX triplet: DC, E0 and F2. RGB value is (220,224,242). Sum of RGB (Red+Green+Blue) = 220+224+242=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 224 (87.89% from 255 or 32.65% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCE0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0F2 is #231F0D. Grayscale: #E0E0E0. Windows color (decimal): -2301710 or 15917276. OLE color: 15917276.

HSL color Cylindrical-coordinate representation of color #DCE0F2: hue angle of 229.09º 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 #DCE0F2 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 224 242 -
CMYK 0.09 0.07 0 0.05
HSL 229.09º 0.46% 0.91% -
HSV(B) 229.09º 0.09% 0.95% -
XYZ 72.2 74.94 94.66 -
YUV 224.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 220 224 242 0.09 0.07 0 0.05 229.09 0.46 0.91
Hex DC E0 F2 9 7 0 5 E5 2E 5B
Octal 334 340 362 11 7 0 5 345 56 133
Binary 11011100 11100000 11110010 1001 111 0 101 11100101 101110 1011011

Color Harmonies of #DCE0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE0F2

Black with #DCE0F2

Text Example


Text Example

White with #DCE0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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