Html Css Color HEX #D2FBCA Snowy Mint

📋 copy color: '#D2FBCA'

red 210 ◦ green 251 ◦ blue 202

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

Shades of Snowy Mint #D2FBCA

Tints of Snowy Mint #D2FBCA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.86%

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

R = 31.67%
G = 37.86%
B = 30.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#D2FBCA (or 0xD2FBCA) is known color: Snowy Mint. HEX triplet: D2, FB and CA. RGB value is (210,251,202). Sum of RGB (Red+Green+Blue) = 210+251+202=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FBCA is #2D0435. Grayscale: #E9E9E9. Windows color (decimal): -2950198 or 13302738. OLE color: 13302738.

HSL color Cylindrical-coordinate representation of color #D2FBCA: hue angle of 110.2º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2FBCA is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 251 202 -
CMYK 0.16 0 0.20 0.02
HSL 110.2º 0.86% 0.89% -
HSV(B) 110.2º 0.2% 0.98% -
XYZ 71.74 86.96 68.88 -
YUV 233.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 210 251 202 0.16 0 0.20 0.02 110.2 0.86 0.89
Hex D2 FB CA 10 0 14 2 6E 56 59
Octal 322 373 312 20 0 24 2 156 126 131
Binary 11010010 11111011 11001010 10000 0 10100 10 1101110 1010110 1011001

Color Harmonies of #D2FBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FBCA

Black with #D2FBCA

Text Example


Text Example

White with #D2FBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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