#CBF6CE

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

Shades of Granny Apple #CBF6CE

Tints of Granny Apple #CBF6CE

Color information

#CBF6CE (or 0xCBF6CE) is unknown color: approx Granny Apple. HEX triplet: CB, F6 and CE. RGB value is (203,246,206). Sum of RGB (Red+Green+Blue) = 203+246+206=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF6CE is #340931. Grayscale: #E4E4E4. Windows color (decimal): -3410226 or 13563595. OLE color: 13563595.

HSL color Cylindrical-coordinate representation of color #CBF6CE: hue angle of 124.19º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF6CE is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB203246206-
CMYK0.1700.160.04
HSL124.19º70.49%88.04%-
HSV(B)124.19º17.48%96.47%-
XYZ68.7283.0670.8-
YUV228.58115.25109.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.99%
GREEN value IS 246 (96.48% from 255) = 37.56%
BLUE value IS 206 (80.86% from 255) = 31.45%
R=30.99%
G=37.56%
B=31.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032462060.1700.160.04124.1970.4988.04
HexCBF6CE1101047c4658
Octal313366316210204174106130
Binary11001011111101101100111010001010000100111110010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF6CE; }

 p { color: rgb(203,246,206); }

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

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

 a { background-color: rgb(203,246,206); }

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

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

 span { border-color: rgb(203,246,206); }

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