#CBFCCD

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

Shades of Granny Apple #CBFCCD

Tints of Granny Apple #CBFCCD

Color information

#CBFCCD (or 0xCBFCCD) is unknown color: approx Granny Apple. HEX triplet: CB, FC and CD. RGB value is (203,252,205). Sum of RGB (Red+Green+Blue) = 203+252+205=660 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.76% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCCD is #340332. Grayscale: #E8E8E8. Windows color (decimal): -3408691 or 13499595. OLE color: 13499595.

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

Color convert

RGB203252205-
CMYK0.1900.190.01
HSL122.45º89.09%89.22%-
HSV(B)122.45º19.44%98.82%-
XYZ70.4686.7370.78-
YUV231.99112.77107.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.76%
GREEN value IS 252 (98.83% from 255) = 38.18%
BLUE value IS 205 (80.47% from 255) = 31.06%
R=30.76%
G=38.18%
B=31.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032522050.1900.190.01122.4589.0989.22
HexCBFCCD1301317a5959
Octal313374315230231172131131
Binary110010111111110011001101100110100111111101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFCCD; }

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

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

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

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

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

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

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

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