Html Css Color HEX #D2EBCB Snowy Mint

📋 copy color: '#D2EBCB'

red 210 ◦ green 235 ◦ blue 203

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

Shades of Snowy Mint #D2EBCB

Tints of Snowy Mint #D2EBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.33%

R = 32.41%
G = 36.27%
B = 31.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#D2EBCB (or 0xD2EBCB) is known color: Snowy Mint. HEX triplet: D2, EB and CB. RGB value is (210,235,203). Sum of RGB (Red+Green+Blue) = 210+235+203=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBCB is #2D1434. Grayscale: #DFDFDF. Windows color (decimal): -2954293 or 13364178. OLE color: 13364178.

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

Color convert

RGB 210 235 203 -
CMYK 0.11 0 0.14 0.08
HSL 106.88º 0.44% 0.86% -
HSV(B) 106.88º 0.14% 0.92% -
XYZ 67.07 77.43 67.91 -
YUV 223.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 210 235 203 0.11 0 0.14 0.08 106.88 0.44 0.86
Hex D2 EB CB B 0 E 8 6B 2C 56
Octal 322 353 313 13 0 16 10 153 54 126
Binary 11010010 11101011 11001011 1011 0 1110 1000 1101011 101100 1010110

Color Harmonies of #D2EBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EBCB

Black with #D2EBCB

Text Example


Text Example

White with #D2EBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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