#CBECCC

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

Shades of Granny Apple #CBECCC

Tints of Granny Apple #CBECCC

Color information

#CBECCC (or 0xCBECCC) is unknown color: approx Granny Apple. HEX triplet: CB, EC and CC. RGB value is (203,236,204). Sum of RGB (Red+Green+Blue) = 203+236+204=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECCC is #341333. Grayscale: #DEDEDE. Windows color (decimal): -3412788 or 13429963. OLE color: 13429963.

HSL color Cylindrical-coordinate representation of color #CBECCC: hue angle of 121.82º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBECCC is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB203236204-
CMYK0.1400.140.07
HSL121.82º46.48%86.08%-
HSV(B)121.82º13.98%92.55%-
XYZ65.5277.0568.54-
YUV222.48117.57114.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.57%
GREEN value IS 236 (92.58% from 255) = 36.70%
BLUE value IS 204 (80.08% from 255) = 31.73%
R=31.57%
G=36.70%
B=31.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032362040.1400.140.07121.8246.4886.08
HexCBECCCE0E77a2e56
Octal31335431416016717256126
Binary11001011111011001100110011100111011111110101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECCC; }

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

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

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

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

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

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

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

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