#CBF5CE

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

Shades of Granny Apple #CBF5CE

Tints of Granny Apple #CBF5CE

Color information

#CBF5CE (or 0xCBF5CE) is unknown color: approx Granny Apple. HEX triplet: CB, F5 and CE. RGB value is (203,245,206). Sum of RGB (Red+Green+Blue) = 203+245+206=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF5CE is #340A31. Grayscale: #E4E4E4. Windows color (decimal): -3410482 or 13563339. OLE color: 13563339.

HSL color Cylindrical-coordinate representation of color #CBF5CE: hue angle of 124.29º degrees, saturation: 0.68, 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 #CBF5CE is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB203245206-
CMYK0.1700.160.04
HSL124.29º67.74%87.84%-
HSV(B)124.29º17.14%96.08%-
XYZ68.4282.4670.7-
YUV228115.59110.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 245 (96.09% from 255) = 37.46%
BLUE value IS 206 (80.86% from 255) = 31.50%
R=31.04%
G=37.46%
B=31.50%

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
Decimal2032452060.1700.160.04124.2967.7487.84
HexCBF5CE1101047c4458
Octal313365316210204174104130
Binary11001011111101011100111010001010000100111110010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF5CE; }

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

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

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

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

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

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

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

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