Html Css Color HEX #CDEDC6 Snowy Mint

📋 copy color: '#CDEDC6'

red 205 ◦ green 237 ◦ blue 198

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

Shades of Snowy Mint #CDEDC6

Tints of Snowy Mint #CDEDC6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.03%

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

R = 32.03%
G = 37.03%
B = 30.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#CDEDC6 (or 0xCDEDC6) is known color: Snowy Mint. HEX triplet: CD, ED and C6. RGB value is (205,237,198). Sum of RGB (Red+Green+Blue) = 205+237+198=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDC6 is #321239. Grayscale: #DFDFDF. Windows color (decimal): -3281466 or 13037005. OLE color: 13037005.

HSL color Cylindrical-coordinate representation of color #CDEDC6: hue angle of 109.23º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDEDC6 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 237 198 -
CMYK 0.14 0 0.16 0.07
HSL 109.23º 0.52% 0.85% -
HSV(B) 109.23º 0.16% 0.93% -
XYZ 65.65 77.62 64.95 -
YUV 222.99 113.9 115.17 -
System Red Green Blue C M Y K H S L
Decimal 205 237 198 0.14 0 0.16 0.07 109.23 0.52 0.85
Hex CD ED C6 E 0 10 7 6D 34 55
Octal 315 355 306 16 0 20 7 155 64 125
Binary 11001101 11101101 11000110 1110 0 10000 111 1101101 110100 1010101

Color Harmonies of #CDEDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEDC6

Black with #CDEDC6

Text Example


Text Example

White with #CDEDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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