Html Css Color HEX #CDEBC7 Snowy Mint

📋 copy color: '#CDEBC7'

red 205 ◦ green 235 ◦ blue 199

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

Shades of Snowy Mint #CDEBC7

Tints of Snowy Mint #CDEBC7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.78%

 BLUE value IS 199 (78.13% from 255) = 31.14%

R = 32.08%
G = 36.78%
B = 31.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#CDEBC7 (or 0xCDEBC7) is known color: Snowy Mint. HEX triplet: CD, EB and C7. RGB value is (205,235,199). Sum of RGB (Red+Green+Blue) = 205+235+199=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBC7 is #321438. Grayscale: #DEDEDE. Windows color (decimal): -3281977 or 13102029. OLE color: 13102029.

HSL color Cylindrical-coordinate representation of color #CDEBC7: hue angle of 110º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDEBC7 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 235 199 -
CMYK 0.13 0 0.15 0.08
HSL 110º 0.47% 0.85% -
HSV(B) 110º 0.15% 0.92% -
XYZ 65.19 76.52 65.37 -
YUV 221.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 205 235 199 0.13 0 0.15 0.08 110 0.47 0.85
Hex CD EB C7 D 0 F 8 6E 2F 55
Octal 315 353 307 15 0 17 10 156 57 125
Binary 11001101 11101011 11000111 1101 0 1111 1000 1101110 101111 1010101

Color Harmonies of #CDEBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEBC7

Black with #CDEBC7

Text Example


Text Example

White with #CDEBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEBC7; }

 p { color: rgb(205,235,199); }

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

background-color css

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

 a { background-color: rgb(205,235,199); }

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

border-color css

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

 span { border-color: rgb(205,235,199); }

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