#CBFACF

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

Shades of Granny Apple #CBFACF

Tints of Granny Apple #CBFACF

Color information

#CBFACF (or 0xCBFACF) is unknown color: approx Granny Apple. HEX triplet: CB, FA and CF. RGB value is (203,250,207). Sum of RGB (Red+Green+Blue) = 203+250+207=660 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.76% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFACF is #340530. Grayscale: #E7E7E7. Windows color (decimal): -3409201 or 13630155. OLE color: 13630155.

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

Color convert

RGB203250207-
CMYK0.1900.170.02
HSL125.11º82.46%88.82%-
HSV(B)125.11º18.8%98.04%-
XYZ70.0885.5771.86-
YUV231.04114.43108-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.76%
GREEN value IS 250 (98.05% from 255) = 37.88%
BLUE value IS 207 (81.25% from 255) = 31.36%
R=30.76%
G=37.88%
B=31.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032502070.1900.170.02125.1182.4688.82
HexCBFACF1301127d5259
Octal313372317230212175122131
Binary1100101111111010110011111001101000110111110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFACF; }

 p { color: rgb(203,250,207); }

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

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

 a { background-color: rgb(203,250,207); }

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

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

 span { border-color: rgb(203,250,207); }

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