Html Css Color HEX #DCE7E9 Zircon

📋 copy color: '#DCE7E9'

red 220 ◦ green 231 ◦ blue 233

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

Shades of Zircon #DCE7E9

Tints of Zircon #DCE7E9

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.77%

 BLUE value IS 233 (91.41% from 255) = 34.06%

R = 32.16%
G = 33.77%
B = 34.06%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCE7E9 (or 0xDCE7E9) is known color: Zircon. HEX triplet: DC, E7 and E9. RGB value is (220,231,233). Sum of RGB (Red+Green+Blue) = 220+231+233=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 231 (90.62% from 255 or 33.77% from 684); Blue value is 233 (91.41% from 255 or 34.06% from 684); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCE7E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE7E9 is #231816. Grayscale: #E3E3E3. Windows color (decimal): -2299927 or 15329244. OLE color: 15329244.

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

Color convert

RGB 220 231 233 -
CMYK 0.06 0.01 0 0.09
HSL 189.23º 0.23% 0.89% -
HSV(B) 189.23º 0.06% 0.91% -
XYZ 72.8 78.25 88.36 -
YUV 227.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 220 231 233 0.06 0.01 0 0.09 189.23 0.23 0.89
Hex DC E7 E9 6 1 0 9 BD 17 59
Octal 334 347 351 6 1 0 11 275 27 131
Binary 11011100 11100111 11101001 110 1 0 1001 10111101 10111 1011001

Color Harmonies of #DCE7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE7E9

Black with #DCE7E9

Text Example


Text Example

White with #DCE7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE7E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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