#CBE4CD

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

Shades of Granny Apple #CBE4CD

Tints of Granny Apple #CBE4CD

Color information

#CBE4CD (or 0xCBE4CD) is unknown color: approx Granny Apple. HEX triplet: CB, E4 and CD. RGB value is (203,228,205). Sum of RGB (Red+Green+Blue) = 203+228+205=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4CD is #341B32. Grayscale: #D9D9D9. Windows color (decimal): -3414835 or 13493451. OLE color: 13493451.

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

Color convert

RGB203228205-
CMYK0.1100.100.11
HSL124.8º31.65%84.51%-
HSV(B)124.8º10.96%89.41%-
XYZ63.3972.5968.43-
YUV217.9120.72117.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 228 (89.45% from 255) = 35.85%
BLUE value IS 205 (80.47% from 255) = 32.23%
R=31.92%
G=35.85%
B=32.23%

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
Decimal2032282050.1100.100.11124.831.6584.51
HexCBE4CDB0AB7d2055
Octal313344315130121317540125
Binary110010111110010011001101101101010101111111011000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE4CD; }

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

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

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

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

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

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

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

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