#C1EBD0

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

Shades of Granny Apple #C1EBD0

Tints of Granny Apple #C1EBD0

Color information

#C1EBD0 (or 0xC1EBD0) is unknown color: approx Granny Apple. HEX triplet: C1, EB and D0. RGB value is (193,235,208). Sum of RGB (Red+Green+Blue) = 193+235+208=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EBD0 is #3E142F. Grayscale: #DBDBDB. Windows color (decimal): -4068400 or 13691841. OLE color: 13691841.

HSL color Cylindrical-coordinate representation of color #C1EBD0: hue angle of 141.43º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1EBD0 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB193235208-
CMYK0.1800.110.08
HSL141.43º51.22%83.92%-
HSV(B)141.43º17.87%92.16%-
XYZ63.0975.3170.89-
YUV219.36121.59109.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.35%
GREEN value IS 235 (92.19% from 255) = 36.95%
BLUE value IS 208 (81.64% from 255) = 32.70%
R=30.35%
G=36.95%
B=32.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1932352080.1800.110.08141.4351.2283.92
HexC1EBD0120B88d3354
Octal301353320220131021563124
Binary11000001111010111101000010010010111000100011011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EBD0; }

 p { color: rgb(193,235,208); }

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

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

 a { background-color: rgb(193,235,208); }

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

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

 span { border-color: rgb(193,235,208); }

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