#CBFAD0

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

Shades of Granny Apple #CBFAD0

Tints of Granny Apple #CBFAD0

Color information

#CBFAD0 (or 0xCBFAD0) is unknown color: approx Granny Apple. HEX triplet: CB, FA and D0. RGB value is (203,250,208). Sum of RGB (Red+Green+Blue) = 203+250+208=661 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.71% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFAD0 is #34052F. Grayscale: #E7E7E7. Windows color (decimal): -3409200 or 13695691. OLE color: 13695691.

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

Color convert

RGB203250208-
CMYK0.1900.170.02
HSL126.38º82.46%88.82%-
HSV(B)126.38º18.8%98.04%-
XYZ70.285.6272.5-
YUV231.16114.93107.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.71%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 208 (81.64% from 255) = 31.47%
R=30.71%
G=37.82%
B=31.47%

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
Decimal2032502080.1900.170.02126.3882.4688.82
HexCBFAD01301127e5259
Octal313372320230212176122131
Binary1100101111111010110100001001101000110111111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFAD0; }

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

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

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

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

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

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

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

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