#CBFAD8

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

Shades of Granny Apple #CBFAD8

Tints of Granny Apple #CBFAD8

Color information

#CBFAD8 (or 0xCBFAD8) is unknown color: approx Granny Apple. HEX triplet: CB, FA and D8. RGB value is (203,250,216). Sum of RGB (Red+Green+Blue) = 203+250+216=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 216 (84.77% from 255 or 32.29% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFAD8 is #340527. Grayscale: #E8E8E8. Windows color (decimal): -3409192 or 14219979. OLE color: 14219979.

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

Color convert

RGB203250216-
CMYK0.1900.140.02
HSL136.6º82.46%88.82%-
HSV(B)136.6º18.8%98.04%-
XYZ71.2186.0377.82-
YUV232.07118.93107.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.34%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 216 (84.77% from 255) = 32.29%
R=30.34%
G=37.37%
B=32.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032502160.1900.140.02136.682.4688.82
HexCBFAD8130E2895259
Octal313372330230162211122131
Binary1100101111111010110110001001101110101000100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFAD8; }

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

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

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

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

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

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

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

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