#CBE3CD

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

Shades of Granny Apple #CBE3CD

Tints of Granny Apple #CBE3CD

Color information

#CBE3CD (or 0xCBE3CD) is unknown color: approx Granny Apple. HEX triplet: CB, E3 and CD. RGB value is (203,227,205). Sum of RGB (Red+Green+Blue) = 203+227+205=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE3CD is #341C32. Grayscale: #D9D9D9. Windows color (decimal): -3415091 or 13493195. OLE color: 13493195.

HSL color Cylindrical-coordinate representation of color #CBE3CD: hue angle of 125º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE3CD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB203227205-
CMYK0.1100.100.11
HSL125º30%84.31%-
HSV(B)125º10.57%89.02%-
XYZ63.1272.0468.34-
YUV217.32121.05117.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 227 (89.06% from 255) = 35.75%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=31.97%
G=35.75%
B=32.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032272050.1100.100.111253084.31
HexCBE3CDB0AB7d1e54
Octal313343315130121317536124
Binary11001011111000111100110110110101010111111101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE3CD; }

 p { color: rgb(203,227,205); }

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

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

 a { background-color: rgb(203,227,205); }

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

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

 span { border-color: rgb(203,227,205); }

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