Html Css Color HEX #D2EBCC Snowy Mint

📋 copy color: '#D2EBCC'

red 210 ◦ green 235 ◦ blue 204

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

Shades of Snowy Mint #D2EBCC

Tints of Snowy Mint #D2EBCC

RGB

 RED value IS 210 (82.42% from 255) = 32.36%

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

 BLUE value IS 204 (80.08% from 255) = 31.43%

R = 32.36%
G = 36.21%
B = 31.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#D2EBCC (or 0xD2EBCC) is known color: Snowy Mint. HEX triplet: D2, EB and CC. RGB value is (210,235,204). Sum of RGB (Red+Green+Blue) = 210+235+204=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBCC is #2D1433. Grayscale: #E0E0E0. Windows color (decimal): -2954292 or 13429714. OLE color: 13429714.

HSL color Cylindrical-coordinate representation of color #D2EBCC: hue angle of 108.39º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2EBCC is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 235 204 -
CMYK 0.11 0 0.13 0.08
HSL 108.39º 0.44% 0.86% -
HSV(B) 108.39º 0.13% 0.92% -
XYZ 67.19 77.48 68.54 -
YUV 223.99 116.72 118.02 -
System Red Green Blue C M Y K H S L
Decimal 210 235 204 0.11 0 0.13 0.08 108.39 0.44 0.86
Hex D2 EB CC B 0 D 8 6C 2C 56
Octal 322 353 314 13 0 15 10 154 54 126
Binary 11010010 11101011 11001100 1011 0 1101 1000 1101100 101100 1010110

Color Harmonies of #D2EBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EBCC

Black with #D2EBCC

Text Example


Text Example

White with #D2EBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EBCC; }

 p { color: rgb(210,235,204); }

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

background-color css

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

 a { background-color: rgb(210,235,204); }

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

border-color css

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

 span { border-color: rgb(210,235,204); }

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