#CBE9CD

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

Shades of Granny Apple #CBE9CD

Tints of Granny Apple #CBE9CD

Color information

#CBE9CD (or 0xCBE9CD) is unknown color: approx Granny Apple. HEX triplet: CB, E9 and CD. RGB value is (203,233,205). Sum of RGB (Red+Green+Blue) = 203+233+205=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 233 (91.41% from 255 or 36.35% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE9CD is #341632. Grayscale: #DCDCDC. Windows color (decimal): -3413555 or 13494731. OLE color: 13494731.

HSL color Cylindrical-coordinate representation of color #CBE9CD: hue angle of 124º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBE9CD is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB203233205-
CMYK0.1300.120.09
HSL124º40.54%85.49%-
HSV(B)124º12.88%91.37%-
XYZ64.7975.3868.89-
YUV220.84119.06115.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.67%
GREEN value IS 233 (91.41% from 255) = 36.35%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=31.67%
G=36.35%
B=31.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032332050.1300.120.0912440.5485.49
HexCBE9CDD0C97c2955
Octal313351315150141117451125
Binary110010111110100111001101110101100100111111001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE9CD; }

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

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

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

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

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

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

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

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