Html Css Color HEX #CDEBC6 Snowy Mint

📋 copy color: '#CDEBC6'

red 205 ◦ green 235 ◦ blue 198

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

Shades of Snowy Mint #CDEBC6

Tints of Snowy Mint #CDEBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.03%

R = 32.13%
G = 36.83%
B = 31.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#CDEBC6 (or 0xCDEBC6) is known color: Snowy Mint. HEX triplet: CD, EB and C6. RGB value is (205,235,198). Sum of RGB (Red+Green+Blue) = 205+235+198=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBC6 is #321439. Grayscale: #DDDDDD. Windows color (decimal): -3281978 or 13036493. OLE color: 13036493.

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

Color convert

RGB 205 235 198 -
CMYK 0.13 0 0.16 0.08
HSL 108.65º 0.48% 0.85% -
HSV(B) 108.65º 0.16% 0.92% -
XYZ 65.08 76.47 64.76 -
YUV 221.81 114.56 116.01 -
System Red Green Blue C M Y K H S L
Decimal 205 235 198 0.13 0 0.16 0.08 108.65 0.48 0.85
Hex CD EB C6 D 0 10 8 6D 30 55
Octal 315 353 306 15 0 20 10 155 60 125
Binary 11001101 11101011 11000110 1101 0 10000 1000 1101101 110000 1010101

Color Harmonies of #CDEBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEBC6

Black with #CDEBC6

Text Example


Text Example

White with #CDEBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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