Html Css Color HEX #DCE1F1 Hawkes Blue

📋 copy color: '#DCE1F1'

red 220 ◦ green 225 ◦ blue 241

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

Shades of Hawkes Blue #DCE1F1

Tints of Hawkes Blue #DCE1F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.13%

R = 32.07%
G = 32.8%
B = 35.13%

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

#DCE1F1 (or 0xDCE1F1) is known color: Hawkes Blue. HEX triplet: DC, E1 and F1. RGB value is (220,225,241). Sum of RGB (Red+Green+Blue) = 220+225+241=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCE1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1F1 is #231E0E. Grayscale: #E1E1E1. Windows color (decimal): -2301455 or 15851996. OLE color: 15851996.

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

Color convert

RGB 220 225 241 -
CMYK 0.09 0.07 0 0.05
HSL 225.71º 0.43% 0.9% -
HSV(B) 225.71º 0.09% 0.95% -
XYZ 72.32 75.42 93.96 -
YUV 225.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 220 225 241 0.09 0.07 0 0.05 225.71 0.43 0.9
Hex DC E1 F1 9 7 0 5 E2 2B 5A
Octal 334 341 361 11 7 0 5 342 53 132
Binary 11011100 11100001 11110001 1001 111 0 101 11100010 101011 1011010

Color Harmonies of #DCE1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE1F1

Black with #DCE1F1

Text Example


Text Example

White with #DCE1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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