#CBE6D5

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

Shades of Granny Apple #CBE6D5

Tints of Granny Apple #CBE6D5

Color information

#CBE6D5 (or 0xCBE6D5) is unknown color: approx Granny Apple. HEX triplet: CB, E6 and D5. RGB value is (203,230,213). Sum of RGB (Red+Green+Blue) = 203+230+213=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 230 (90.23% from 255 or 35.60% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6D5 is #34192A. Grayscale: #DCDCDC. Windows color (decimal): -3414315 or 14018251. OLE color: 14018251.

HSL color Cylindrical-coordinate representation of color #CBE6D5: hue angle of 142.22º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE6D5 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB203230213-
CMYK0.1200.070.10
HSL142.22º35.06%84.9%-
HSV(B)142.22º11.74%90.2%-
XYZ64.9474.0973.83-
YUV219.99124.05115.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.42%
GREEN value IS 230 (90.23% from 255) = 35.60%
BLUE value IS 213 (83.59% from 255) = 32.97%
R=31.42%
G=35.60%
B=32.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032302130.1200.070.10142.2235.0684.9
HexCBE6D5C07A8e2355
Octal31334632514071221643125
Binary110010111110011011010101110001111010100011101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE6D5; }

 p { color: rgb(203,230,213); }

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

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

 a { background-color: rgb(203,230,213); }

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

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

 span { border-color: rgb(203,230,213); }

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