Html Css Color HEX #CDFAC5 Snowy Mint

📋 copy color: '#CDFAC5'

red 205 ◦ green 250 ◦ blue 197

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

Shades of Snowy Mint #CDFAC5

Tints of Snowy Mint #CDFAC5

RGB

 RED value IS 205 (80.47% from 255) = 31.44%

 GREEN value IS 250 (98.05% from 255) = 38.34%

 BLUE value IS 197 (77.34% from 255) = 30.21%

R = 31.44%
G = 38.34%
B = 30.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#CDFAC5 (or 0xCDFAC5) is known color: Snowy Mint. HEX triplet: CD, FA and C5. RGB value is (205,250,197). Sum of RGB (Red+Green+Blue) = 205+250+197=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAC5 is #32053A. Grayscale: #E6E6E6. Windows color (decimal): -3278139 or 12974797. OLE color: 12974797.

HSL color Cylindrical-coordinate representation of color #CDFAC5: hue angle of 110.94º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDFAC5 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 250 197 -
CMYK 0.18 0 0.21 0.02
HSL 110.94º 0.84% 0.88% -
HSV(B) 110.94º 0.21% 0.98% -
XYZ 69.44 85.38 65.64 -
YUV 230.5 109.09 109.81 -
System Red Green Blue C M Y K H S L
Decimal 205 250 197 0.18 0 0.21 0.02 110.94 0.84 0.88
Hex CD FA C5 12 0 15 2 6F 54 58
Octal 315 372 305 22 0 25 2 157 124 130
Binary 11001101 11111010 11000101 10010 0 10101 10 1101111 1010100 1011000

Color Harmonies of #CDFAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFAC5

Black with #CDFAC5

Text Example


Text Example

White with #CDFAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFAC5; }

 p { color: rgb(205,250,197); }

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

background-color css

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

 a { background-color: rgb(205,250,197); }

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

border-color css

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

 span { border-color: rgb(205,250,197); }

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