#CBF2D8

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

Shades of Granny Apple #CBF2D8

Tints of Granny Apple #CBF2D8

Color information

#CBF2D8 (or 0xCBF2D8) is unknown color: approx Granny Apple. HEX triplet: CB, F2 and D8. RGB value is (203,242,216). Sum of RGB (Red+Green+Blue) = 203+242+216=661 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.71% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 216 (84.77% from 255 or 32.68% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2D8 is #340D27. Grayscale: #E3E3E3. Windows color (decimal): -3411240 or 14217931. OLE color: 14217931.

HSL color Cylindrical-coordinate representation of color #CBF2D8: hue angle of 140º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF2D8 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB203242216-
CMYK0.1600.110.05
HSL140º60%87.25%-
HSV(B)140º16.12%94.9%-
XYZ68.7881.1677.01-
YUV227.38121.58110.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.71%
GREEN value IS 242 (94.92% from 255) = 36.61%
BLUE value IS 216 (84.77% from 255) = 32.68%
R=30.71%
G=36.61%
B=32.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032422160.1600.110.051406087.25
HexCBF2D8100B58c3c57
Octal31336233020013521474127
Binary1100101111110010110110001000001011101100011001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF2D8; }

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

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

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

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

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

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

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

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