Html Css Color HEX #CDEEC6 Snowy Mint

📋 copy color: '#CDEEC6'

red 205 ◦ green 238 ◦ blue 198

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

Shades of Snowy Mint #CDEEC6

Tints of Snowy Mint #CDEEC6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.13%

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

R = 31.98%
G = 37.13%
B = 30.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#CDEEC6 (or 0xCDEEC6) is known color: Snowy Mint. HEX triplet: CD, EE and C6. RGB value is (205,238,198). Sum of RGB (Red+Green+Blue) = 205+238+198=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEC6 is #321139. Grayscale: #DFDFDF. Windows color (decimal): -3281210 or 13037261. OLE color: 13037261.

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

Color convert

RGB 205 238 198 -
CMYK 0.14 0 0.17 0.07
HSL 109.5º 0.54% 0.85% -
HSV(B) 109.5º 0.17% 0.93% -
XYZ 65.94 78.21 65.05 -
YUV 223.57 113.57 114.75 -
System Red Green Blue C M Y K H S L
Decimal 205 238 198 0.14 0 0.17 0.07 109.5 0.54 0.85
Hex CD EE C6 E 0 11 7 6E 36 55
Octal 315 356 306 16 0 21 7 156 66 125
Binary 11001101 11101110 11000110 1110 0 10001 111 1101110 110110 1010101

Color Harmonies of #CDEEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEEC6

Black with #CDEEC6

Text Example


Text Example

White with #CDEEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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