#CBFADA

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

Shades of Granny Apple #CBFADA

Tints of Granny Apple #CBFADA

Color information

#CBFADA (or 0xCBFADA) is unknown color: approx Granny Apple. HEX triplet: CB, FA and DA. RGB value is (203,250,218). Sum of RGB (Red+Green+Blue) = 203+250+218=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFADA is #340525. Grayscale: #E8E8E8. Windows color (decimal): -3409190 or 14351051. OLE color: 14351051.

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

Color convert

RGB203250218-
CMYK0.1900.130.02
HSL139.15º82.46%88.82%-
HSV(B)139.15º18.8%98.04%-
XYZ71.4786.1379.19-
YUV232.3119.93107.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.25%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 218 (85.55% from 255) = 32.49%
R=30.25%
G=37.26%
B=32.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032502180.1900.130.02139.1582.4688.82
HexCBFADA130D28b5259
Octal313372332230152213122131
Binary1100101111111010110110101001101101101000101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFADA; }

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

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

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

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

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

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

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

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