Html Css Color HEX #DCE5E7 Zircon

📋 copy color: '#DCE5E7'

red 220 ◦ green 229 ◦ blue 231

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

Shades of Zircon #DCE5E7

Tints of Zircon #DCE5E7

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.68%

 BLUE value IS 231 (90.63% from 255) = 33.97%

R = 32.35%
G = 33.68%
B = 33.97%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCE5E7 (or 0xDCE5E7) is known color: Zircon. HEX triplet: DC, E5 and E7. RGB value is (220,229,231). Sum of RGB (Red+Green+Blue) = 220+229+231=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCE5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5E7 is #231A18. Grayscale: #E2E2E2. Windows color (decimal): -2300441 or 15197660. OLE color: 15197660.

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

Color convert

RGB 220 229 231 -
CMYK 0.05 0.01 0 0.09
HSL 190.91º 0.19% 0.88% -
HSV(B) 190.91º 0.05% 0.91% -
XYZ 71.96 77.02 86.68 -
YUV 226.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 220 229 231 0.05 0.01 0 0.09 190.91 0.19 0.88
Hex DC E5 E7 5 1 0 9 BF 13 58
Octal 334 345 347 5 1 0 11 277 23 130
Binary 11011100 11100101 11100111 101 1 0 1001 10111111 10011 1011000

Color Harmonies of #DCE5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE5E7

Black with #DCE5E7

Text Example


Text Example

White with #DCE5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE5E7; }

 p { color: rgb(220,229,231); }

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

background-color css

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

 a { background-color: rgb(220,229,231); }

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

border-color css

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

 span { border-color: rgb(220,229,231); }

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