Html Css Color HEX #DCEBEA Zircon

📋 copy color: '#DCEBEA'

red 220 ◦ green 235 ◦ blue 234

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

Shades of Zircon #DCEBEA

Tints of Zircon #DCEBEA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.11%

 BLUE value IS 234 (91.8% from 255) = 33.96%

R = 31.93%
G = 34.11%
B = 33.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#DCEBEA (or 0xDCEBEA) is known color: Zircon. HEX triplet: DC, EB and EA. RGB value is (220,235,234). Sum of RGB (Red+Green+Blue) = 220+235+234=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBEA is #231415. Grayscale: #E6E6E6. Windows color (decimal): -2298902 or 15395804. OLE color: 15395804.

HSL color Cylindrical-coordinate representation of color #DCEBEA: hue angle of 176º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCEBEA is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 235 234 -
CMYK 0.06 0 0.00 0.08
HSL 176º 0.27% 0.89% -
HSV(B) 176º 0.06% 0.92% -
XYZ 74.07 80.57 89.49 -
YUV 230.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 220 235 234 0.06 0 0.00 0.08 176 0.27 0.89
Hex DC EB EA 6 0 0 8 B0 1B 59
Octal 334 353 352 6 0 0 10 260 33 131
Binary 11011100 11101011 11101010 110 0 0 1000 10110000 11011 1011001

Color Harmonies of #DCEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEBEA

Black with #DCEBEA

Text Example


Text Example

White with #DCEBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEBEA; }

 p { color: rgb(220,235,234); }

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

background-color css

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

 a { background-color: rgb(220,235,234); }

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

border-color css

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

 span { border-color: rgb(220,235,234); }

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