#CBE5CC

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

Shades of Granny Apple #CBE5CC

Tints of Granny Apple #CBE5CC

Color information

#CBE5CC (or 0xCBE5CC) is unknown color: approx Granny Apple. HEX triplet: CB, E5 and CC. RGB value is (203,229,204). Sum of RGB (Red+Green+Blue) = 203+229+204=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5CC is #341A33. Grayscale: #DADADA. Windows color (decimal): -3414580 or 13428171. OLE color: 13428171.

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

Color convert

RGB203229204-
CMYK0.1100.110.10
HSL122.31º33.33%84.71%-
HSV(B)122.31º11.35%89.8%-
XYZ63.5573.0967.89-
YUV218.38119.89117.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 229 (89.84% from 255) = 36.01%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=31.92%
G=36.01%
B=32.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032292040.1100.110.10122.3133.3384.71
HexCBE5CCB0BA7a2155
Octal313345314130131217241125
Binary110010111110010111001100101101011101011110101000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE5CC; }

 p { color: rgb(203,229,204); }

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

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

 a { background-color: rgb(203,229,204); }

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

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

 span { border-color: rgb(203,229,204); }

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