#CBFCC7

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

Shades of Snowy Mint #CBFCC7

Tints of Snowy Mint #CBFCC7

Color information

#CBFCC7 (or 0xCBFCC7) is unknown color: approx Snowy Mint. HEX triplet: CB, FC and C7. RGB value is (203,252,199). Sum of RGB (Red+Green+Blue) = 203+252+199=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCC7 is #340338. Grayscale: #E7E7E7. Windows color (decimal): -3408697 or 13106379. OLE color: 13106379.

HSL color Cylindrical-coordinate representation of color #CBFCC7: hue angle of 115.47º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBFCC7 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB203252199-
CMYK0.1900.210.01
HSL115.47º89.83%88.43%-
HSV(B)115.47º21.03%98.82%-
XYZ69.7586.4467.04-
YUV231.31109.77107.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 199 (78.12% from 255) = 30.43%
R=31.04%
G=38.53%
B=30.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032521990.1900.210.01115.4789.8388.43
HexCBFCC7130151735a58
Octal313374307230251163132130
Binary110010111111110011000111100110101011111001110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFCC7; }

 p { color: rgb(203,252,199); }

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

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

 a { background-color: rgb(203,252,199); }

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

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

 span { border-color: rgb(203,252,199); }

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