Html Css Color HEX #D2F5CB Snowy Mint

📋 copy color: '#D2F5CB'

red 210 ◦ green 245 ◦ blue 203

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

Shades of Snowy Mint #D2F5CB

Tints of Snowy Mint #D2F5CB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.23%

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

R = 31.91%
G = 37.23%
B = 30.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#D2F5CB (or 0xD2F5CB) is known color: Snowy Mint. HEX triplet: D2, F5 and CB. RGB value is (210,245,203). Sum of RGB (Red+Green+Blue) = 210+245+203=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F5CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F5CB is #2D0A34. Grayscale: #E5E5E5. Windows color (decimal): -2951733 or 13366738. OLE color: 13366738.

HSL color Cylindrical-coordinate representation of color #D2F5CB: hue angle of 110º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2F5CB is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 245 203 -
CMYK 0.14 0 0.17 0.04
HSL 110º 0.68% 0.88% -
HSV(B) 110º 0.17% 0.96% -
XYZ 70.01 83.32 68.89 -
YUV 229.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 210 245 203 0.14 0 0.17 0.04 110 0.68 0.88
Hex D2 F5 CB E 0 11 4 6E 44 58
Octal 322 365 313 16 0 21 4 156 104 130
Binary 11010010 11110101 11001011 1110 0 10001 100 1101110 1000100 1011000

Color Harmonies of #D2F5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F5CB

Black with #D2F5CB

Text Example


Text Example

White with #D2F5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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