Html Css Color HEX #D2F1CC Snowy Mint

📋 copy color: '#D2F1CC'

red 210 ◦ green 241 ◦ blue 204

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

Shades of Snowy Mint #D2F1CC

Tints of Snowy Mint #D2F1CC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.79%

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

R = 32.06%
G = 36.79%
B = 31.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#D2F1CC (or 0xD2F1CC) is known color: Snowy Mint. HEX triplet: D2, F1 and CC. RGB value is (210,241,204). Sum of RGB (Red+Green+Blue) = 210+241+204=655 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.06% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F1CC is #2D0E33. Grayscale: #E3E3E3. Windows color (decimal): -2952756 or 13431250. OLE color: 13431250.

HSL color Cylindrical-coordinate representation of color #D2F1CC: hue angle of 110.27º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2F1CC is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 241 204 -
CMYK 0.13 0 0.15 0.05
HSL 110.27º 0.57% 0.87% -
HSV(B) 110.27º 0.15% 0.95% -
XYZ 68.93 80.97 69.12 -
YUV 227.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 210 241 204 0.13 0 0.15 0.05 110.27 0.57 0.87
Hex D2 F1 CC D 0 F 5 6E 39 57
Octal 322 361 314 15 0 17 5 156 71 127
Binary 11010010 11110001 11001100 1101 0 1111 101 1101110 111001 1010111

Color Harmonies of #D2F1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F1CC

Black with #D2F1CC

Text Example


Text Example

White with #D2F1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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