#C1EBCD

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

Shades of Granny Apple #C1EBCD

Tints of Granny Apple #C1EBCD

Color information

#C1EBCD (or 0xC1EBCD) is unknown color: approx Granny Apple. HEX triplet: C1, EB and CD. RGB value is (193,235,205). Sum of RGB (Red+Green+Blue) = 193+235+205=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EBCD is #3E1432. Grayscale: #DBDBDB. Windows color (decimal): -4068403 or 13495233. OLE color: 13495233.

HSL color Cylindrical-coordinate representation of color #C1EBCD: hue angle of 137.14º 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 #C1EBCD is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB193235205-
CMYK0.1800.130.08
HSL137.14º51.22%83.92%-
HSV(B)137.14º17.87%92.16%-
XYZ62.7275.1668.96-
YUV219.02120.09109.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.49%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=30.49%
G=37.12%
B=32.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1932352050.1800.130.08137.1451.2283.92
HexC1EBCD120D8893354
Octal301353315220151021163124
Binary11000001111010111100110110010011011000100010011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EBCD; }

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

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

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

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

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

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

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

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