#CBEBC5

Color #CBEBC5 Snowy Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snowy Mint #CBEBC5

Tints of Snowy Mint #CBEBC5

Color information

#CBEBC5 (or 0xCBEBC5) is unknown color: approx Snowy Mint. HEX triplet: CB, EB and C5. RGB value is (203,235,197). Sum of RGB (Red+Green+Blue) = 203+235+197=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBC5 is #34143A. Grayscale: #DDDDDD. Windows color (decimal): -3413051 or 12970955. OLE color: 12970955.

HSL color Cylindrical-coordinate representation of color #CBEBC5: hue angle of 110.53º degrees, saturation: 0.49, 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 #CBEBC5 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB203235197-
CMYK0.1400.160.08
HSL110.53º48.72%84.71%-
HSV(B)110.53º16.17%92.16%-
XYZ64.4176.1464.13-
YUV221.1114.4115.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 197 (77.34% from 255) = 31.02%
R=31.97%
G=37.01%
B=31.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032351970.1400.160.08110.5348.7284.71
HexCBEBC5E01086f3155
Octal313353305160201015761125
Binary1100101111101011110001011110010000100011011111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBC5; }

 p { color: rgb(203,235,197); }

 H1.HeaderClassName
 {
   color: #CBEBC5;
 }
 .AnyTagClassName
 {
   color: #CBEBC5;
 }
</style>
background-color css

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

 a { background-color: rgb(203,235,197); }

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

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

 span { border-color: rgb(203,235,197); }

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