Html Css Color HEX #D6F1CB Snowy Mint

📋 copy color: '#D6F1CB'

red 214 ◦ green 241 ◦ blue 203

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

Shades of Snowy Mint #D6F1CB

Tints of Snowy Mint #D6F1CB

RGB

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

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

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

R = 32.52%
G = 36.63%
B = 30.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#D6F1CB (or 0xD6F1CB) is known color: Snowy Mint. HEX triplet: D6, F1 and CB. RGB value is (214,241,203). Sum of RGB (Red+Green+Blue) = 214+241+203=658 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.52% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F1CB is #290E34. Grayscale: #E4E4E4. Windows color (decimal): -2690613 or 13365718. OLE color: 13365718.

HSL color Cylindrical-coordinate representation of color #D6F1CB: hue angle of 102.63º degrees, saturation: 0.58, 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 #D6F1CB is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 241 203 -
CMYK 0.11 0 0.16 0.05
HSL 102.63º 0.58% 0.87% -
HSV(B) 102.63º 0.16% 0.95% -
XYZ 69.97 81.52 68.55 -
YUV 228.6 113.55 117.59 -
System Red Green Blue C M Y K H S L
Decimal 214 241 203 0.11 0 0.16 0.05 102.63 0.58 0.87
Hex D6 F1 CB B 0 10 5 67 3A 57
Octal 326 361 313 13 0 20 5 147 72 127
Binary 11010110 11110001 11001011 1011 0 10000 101 1100111 111010 1010111

Color Harmonies of #D6F1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F1CB

Black with #D6F1CB

Text Example


Text Example

White with #D6F1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F1CB; }

 p { color: rgb(214,241,203); }

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

background-color css

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

 a { background-color: rgb(214,241,203); }

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

border-color css

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

 span { border-color: rgb(214,241,203); }

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