#CBFFD6

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

Shades of Granny Apple #CBFFD6

Tints of Granny Apple #CBFFD6

Color information

#CBFFD6 (or 0xCBFFD6) is unknown color: approx Granny Apple. HEX triplet: CB, FF and D6. RGB value is (203,255,214). Sum of RGB (Red+Green+Blue) = 203+255+214=672 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.21% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFD6 is #340029. Grayscale: #EAEAEA. Windows color (decimal): -3407914 or 14090187. OLE color: 14090187.

HSL color Cylindrical-coordinate representation of color #CBFFD6: hue angle of 132.69º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFFD6 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB203255214-
CMYK0.2000.160
HSL132.69º100%89.8%-
HSV(B)132.69º20.39%100%-
XYZ72.5389.0776.99-
YUV234.78116.27105.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.21%
GREEN value IS 255 (100% from 255) = 37.95%
BLUE value IS 214 (83.98% from 255) = 31.85%
R=30.21%
G=37.95%
B=31.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032552140.2000.160132.6910089.8
HexCBFFD614010085645a
Octal313377326240200205144132
Binary1100101111111111110101101010001000001000010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFFD6; }

 p { color: rgb(203,255,214); }

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

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

 a { background-color: rgb(203,255,214); }

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

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

 span { border-color: rgb(203,255,214); }

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