#CBFCD7

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

Shades of Granny Apple #CBFCD7

Tints of Granny Apple #CBFCD7

Color information

#CBFCD7 (or 0xCBFCD7) is unknown color: approx Granny Apple. HEX triplet: CB, FC and D7. RGB value is (203,252,215). Sum of RGB (Red+Green+Blue) = 203+252+215=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCD7 is #340328. Grayscale: #E9E9E9. Windows color (decimal): -3408681 or 14154955. OLE color: 14154955.

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

Color convert

RGB203252215-
CMYK0.1900.150.01
HSL134.69º89.09%89.22%-
HSV(B)134.69º19.44%98.82%-
XYZ71.787.2277.35-
YUV233.13117.77106.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.30%
GREEN value IS 252 (98.83% from 255) = 37.61%
BLUE value IS 215 (84.38% from 255) = 32.09%
R=30.30%
G=37.61%
B=32.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032522150.1900.150.01134.6989.0989.22
HexCBFCD7130F1875959
Octal313374327230171207131131
Binary110010111111110011010111100110111111000011110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFCD7; }

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

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

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

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

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

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

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

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