Html Css Color HEX #D2F8CB Snowy Mint

📋 copy color: '#D2F8CB'

red 210 ◦ green 248 ◦ blue 203

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

Shades of Snowy Mint #D2F8CB

Tints of Snowy Mint #D2F8CB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.52%

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

R = 31.77%
G = 37.52%
B = 30.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#D2F8CB (or 0xD2F8CB) is known color: Snowy Mint. HEX triplet: D2, F8 and CB. RGB value is (210,248,203). Sum of RGB (Red+Green+Blue) = 210+248+203=661 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.77% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F8CB is #2D0734. Grayscale: #E7E7E7. Windows color (decimal): -2950965 or 13367506. OLE color: 13367506.

HSL color Cylindrical-coordinate representation of color #D2F8CB: hue angle of 110.67º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2F8CB is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 248 203 -
CMYK 0.15 0 0.18 0.03
HSL 110.67º 0.76% 0.88% -
HSV(B) 110.67º 0.18% 0.97% -
XYZ 70.93 85.15 69.2 -
YUV 231.51 111.91 112.66 -
System Red Green Blue C M Y K H S L
Decimal 210 248 203 0.15 0 0.18 0.03 110.67 0.76 0.88
Hex D2 F8 CB F 0 12 3 6F 4C 58
Octal 322 370 313 17 0 22 3 157 114 130
Binary 11010010 11111000 11001011 1111 0 10010 11 1101111 1001100 1011000

Color Harmonies of #D2F8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F8CB

Black with #D2F8CB

Text Example


Text Example

White with #D2F8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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