#CBF0CE

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

Shades of Granny Apple #CBF0CE

Tints of Granny Apple #CBF0CE

Color information

#CBF0CE (or 0xCBF0CE) is unknown color: approx Granny Apple. HEX triplet: CB, F0 and CE. RGB value is (203,240,206). Sum of RGB (Red+Green+Blue) = 203+240+206=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF0CE is #340F31. Grayscale: #E1E1E1. Windows color (decimal): -3411762 or 13562059. OLE color: 13562059.

HSL color Cylindrical-coordinate representation of color #CBF0CE: hue angle of 124.86º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBF0CE is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB203240206-
CMYK0.1500.140.06
HSL124.86º55.22%86.86%-
HSV(B)124.86º15.42%94.12%-
XYZ66.9379.4770.2-
YUV225.06117.24112.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.28%
GREEN value IS 240 (94.14% from 255) = 36.98%
BLUE value IS 206 (80.86% from 255) = 31.74%
R=31.28%
G=36.98%
B=31.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032402060.1500.140.06124.8655.2286.86
HexCBF0CEF0E67d3757
Octal31336031617016617567127
Binary11001011111100001100111011110111011011111011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF0CE; }

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

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

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

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

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

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

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

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