Html Css Color HEX #D5F1CC Snowy Mint

📋 copy color: '#D5F1CC'

red 213 ◦ green 241 ◦ blue 204

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

Shades of Snowy Mint #D5F1CC

Tints of Snowy Mint #D5F1CC

RGB

 RED value IS 213 (83.59% from 255) = 32.37%

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

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

R = 32.37%
G = 36.63%
B = 31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#D5F1CC (or 0xD5F1CC) is known color: Snowy Mint. HEX triplet: D5, F1 and CC. RGB value is (213,241,204). Sum of RGB (Red+Green+Blue) = 213+241+204=658 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.37% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F1CC is #2A0E33. Grayscale: #E4E4E4. Windows color (decimal): -2756148 or 13431253. OLE color: 13431253.

HSL color Cylindrical-coordinate representation of color #D5F1CC: hue angle of 105.41º 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 #D5F1CC is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 241 204 -
CMYK 0.12 0 0.15 0.05
HSL 105.41º 0.57% 0.87% -
HSV(B) 105.41º 0.15% 0.95% -
XYZ 69.79 81.42 69.16 -
YUV 228.41 114.22 117.01 -
System Red Green Blue C M Y K H S L
Decimal 213 241 204 0.12 0 0.15 0.05 105.41 0.57 0.87
Hex D5 F1 CC C 0 F 5 69 39 57
Octal 325 361 314 14 0 17 5 151 71 127
Binary 11010101 11110001 11001100 1100 0 1111 101 1101001 111001 1010111

Color Harmonies of #D5F1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F1CC

Black with #D5F1CC

Text Example


Text Example

White with #D5F1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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