Html Css Color HEX #D6F2CC Snowy Mint

📋 copy color: '#D6F2CC'

red 214 ◦ green 242 ◦ blue 204

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

Shades of Snowy Mint #D6F2CC

Tints of Snowy Mint #D6F2CC

RGB

 RED value IS 214 (83.98% from 255) = 32.42%

 GREEN value IS 242 (94.92% from 255) = 36.67%

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

R = 32.42%
G = 36.67%
B = 30.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#D6F2CC (or 0xD6F2CC) is known color: Snowy Mint. HEX triplet: D6, F2 and CC. RGB value is (214,242,204). Sum of RGB (Red+Green+Blue) = 214+242+204=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2CC is #290D33. Grayscale: #E5E5E5. Windows color (decimal): -2690356 or 13431510. OLE color: 13431510.

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

Color convert

RGB 214 242 204 -
CMYK 0.12 0 0.16 0.05
HSL 104.21º 0.59% 0.87% -
HSV(B) 104.21º 0.16% 0.95% -
XYZ 70.38 82.16 69.28 -
YUV 229.3 113.72 117.09 -
System Red Green Blue C M Y K H S L
Decimal 214 242 204 0.12 0 0.16 0.05 104.21 0.59 0.87
Hex D6 F2 CC C 0 10 5 68 3B 57
Octal 326 362 314 14 0 20 5 150 73 127
Binary 11010110 11110010 11001100 1100 0 10000 101 1101000 111011 1010111

Color Harmonies of #D6F2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F2CC

Black with #D6F2CC

Text Example


Text Example

White with #D6F2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F2CC; }

 p { color: rgb(214,242,204); }

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

background-color css

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

 a { background-color: rgb(214,242,204); }

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

border-color css

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

 span { border-color: rgb(214,242,204); }

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