#CBECD3

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

Shades of Granny Apple #CBECD3

Tints of Granny Apple #CBECD3

Color information

#CBECD3 (or 0xCBECD3) is unknown color: approx Granny Apple. HEX triplet: CB, EC and D3. RGB value is (203,236,211). Sum of RGB (Red+Green+Blue) = 203+236+211=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECD3 is #34132C. Grayscale: #DFDFDF. Windows color (decimal): -3412781 or 13888715. OLE color: 13888715.

HSL color Cylindrical-coordinate representation of color #CBECD3: hue angle of 134.55º 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 #CBECD3 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB203236211-
CMYK0.1400.110.07
HSL134.55º46.48%86.08%-
HSV(B)134.55º13.98%92.55%-
XYZ66.3877.3973.07-
YUV223.28121.07113.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 236 (92.58% from 255) = 36.31%
BLUE value IS 211 (82.81% from 255) = 32.46%
R=31.23%
G=36.31%
B=32.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032362110.1400.110.07134.5546.4886.08
HexCBECD3E0B7872e56
Octal31335432316013720756126
Binary110010111110110011010011111001011111100001111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECD3; }

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

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

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

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

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

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

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

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