#CBFCD1

Color #CBFCD1 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #CBFCD1

Tints of Granny Apple #CBFCD1

Color information

#CBFCD1 (or 0xCBFCD1) is unknown color: approx Granny Apple. HEX triplet: CB, FC and D1. RGB value is (203,252,209). Sum of RGB (Red+Green+Blue) = 203+252+209=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCD1 is #34032E. Grayscale: #E8E8E8. Windows color (decimal): -3408687 or 13761739. OLE color: 13761739.

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

Color convert

RGB203252209-
CMYK0.1900.170.01
HSL127.35º89.09%89.22%-
HSV(B)127.35º19.44%98.82%-
XYZ70.9586.9273.36-
YUV232.45114.77107-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.57%
GREEN value IS 252 (98.83% from 255) = 37.95%
BLUE value IS 209 (82.03% from 255) = 31.48%
R=30.57%
G=37.95%
B=31.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032522090.1900.170.01127.3589.0989.22
HexCBFCD11301117f5959
Octal313374321230211177131131
Binary110010111111110011010001100110100011111111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFCD1; }

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

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

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

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

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

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

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

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