Html Css Color HEX #CCEBC8 Snowy Mint

📋 copy color: '#CCEBC8'

red 204 ◦ green 235 ◦ blue 200

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

Shades of Snowy Mint #CCEBC8

Tints of Snowy Mint #CCEBC8

RGB

 RED value IS 204 (80.08% from 255) = 31.92%

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

 BLUE value IS 200 (78.52% from 255) = 31.3%

R = 31.92%
G = 36.78%
B = 31.3%

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

#CCEBC8 (or 0xCCEBC8) is known color: Snowy Mint. HEX triplet: CC, EB and C8. RGB value is (204,235,200). Sum of RGB (Red+Green+Blue) = 204+235+200=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBC8 is #331437. Grayscale: #DDDDDD. Windows color (decimal): -3347512 or 13167564. OLE color: 13167564.

HSL color Cylindrical-coordinate representation of color #CCEBC8: hue angle of 113.14º 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 #CCEBC8 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 200 -
CMYK 0.13 0 0.15 0.08
HSL 113.14º 0.47% 0.85% -
HSV(B) 113.14º 0.15% 0.92% -
XYZ 65.04 76.42 65.97 -
YUV 221.74 115.73 115.35 -
System Red Green Blue C M Y K H S L
Decimal 204 235 200 0.13 0 0.15 0.08 113.14 0.47 0.85
Hex CC EB C8 D 0 F 8 71 2F 55
Octal 314 353 310 15 0 17 10 161 57 125
Binary 11001100 11101011 11001000 1101 0 1111 1000 1110001 101111 1010101

Color Harmonies of #CCEBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBC8

Black with #CCEBC8

Text Example


Text Example

White with #CCEBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBC8; }

 p { color: rgb(204,235,200); }

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

background-color css

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

 a { background-color: rgb(204,235,200); }

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

border-color css

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

 span { border-color: rgb(204,235,200); }

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