#CBF0D2

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

Shades of Granny Apple #CBF0D2

Tints of Granny Apple #CBF0D2

Color information

#CBF0D2 (or 0xCBF0D2) is unknown color: approx Granny Apple. HEX triplet: CB, F0 and D2. RGB value is (203,240,210). Sum of RGB (Red+Green+Blue) = 203+240+210=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF0D2 is #340F2D. Grayscale: #E1E1E1. Windows color (decimal): -3411758 or 13824203. OLE color: 13824203.

HSL color Cylindrical-coordinate representation of color #CBF0D2: hue angle of 131.35º 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 #CBF0D2 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB203240210-
CMYK0.1500.120.06
HSL131.35º55.22%86.86%-
HSV(B)131.35º15.42%94.12%-
XYZ67.4279.6772.8-
YUV225.52119.24111.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.09%
GREEN value IS 240 (94.14% from 255) = 36.75%
BLUE value IS 210 (82.42% from 255) = 32.16%
R=31.09%
G=36.75%
B=32.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032402100.1500.120.06131.3555.2286.86
HexCBF0D2F0C6833757
Octal31336032217014620367127
Binary110010111111000011010010111101100110100000111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF0D2; }

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

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

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

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

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

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

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

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