Html Css Color HEX #D2EBCA Snowy Mint

📋 copy color: '#D2EBCA'

red 210 ◦ green 235 ◦ blue 202

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

Shades of Snowy Mint #D2EBCA

Tints of Snowy Mint #D2EBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.22%

R = 32.46%
G = 36.32%
B = 31.22%

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

#D2EBCA (or 0xD2EBCA) is known color: Snowy Mint. HEX triplet: D2, EB and CA. RGB value is (210,235,202). Sum of RGB (Red+Green+Blue) = 210+235+202=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBCA is #2D1435. Grayscale: #DFDFDF. Windows color (decimal): -2954294 or 13298642. OLE color: 13298642.

HSL color Cylindrical-coordinate representation of color #D2EBCA: hue angle of 105.45º degrees, saturation: 0.45, 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 #D2EBCA is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 235 202 -
CMYK 0.11 0 0.14 0.08
HSL 105.45º 0.45% 0.86% -
HSV(B) 105.45º 0.14% 0.92% -
XYZ 66.95 77.38 67.28 -
YUV 223.76 115.72 118.18 -
System Red Green Blue C M Y K H S L
Decimal 210 235 202 0.11 0 0.14 0.08 105.45 0.45 0.86
Hex D2 EB CA B 0 E 8 69 2D 56
Octal 322 353 312 13 0 16 10 151 55 126
Binary 11010010 11101011 11001010 1011 0 1110 1000 1101001 101101 1010110

Color Harmonies of #D2EBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EBCA

Black with #D2EBCA

Text Example


Text Example

White with #D2EBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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