#C3DDCD

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

Shades of Granny Apple #C3DDCD

Tints of Granny Apple #C3DDCD

Color information

#C3DDCD (or 0xC3DDCD) is unknown color: approx Granny Apple. HEX triplet: C3, DD and CD. RGB value is (195,221,205). Sum of RGB (Red+Green+Blue) = 195+221+205=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDCD is #3C2232. Grayscale: #D3D3D3. Windows color (decimal): -3940915 or 13491651. OLE color: 13491651.

HSL color Cylindrical-coordinate representation of color #C3DDCD: hue angle of 143.08º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DDCD is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB195221205-
CMYK0.1200.070.13
HSL143.08º27.66%81.57%-
HSV(B)143.08º11.76%86.67%-
XYZ59.3867.7267.7-
YUV211.4124.39116.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.40%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=31.40%
G=35.59%
B=33.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952212050.1200.070.13143.0827.6681.57
HexC3DDCDC07D8f1c52
Octal30333531514071521734122
Binary11000011110111011100110111000111110110001111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDCD; }

 p { color: rgb(195,221,205); }

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

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

 a { background-color: rgb(195,221,205); }

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

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

 span { border-color: rgb(195,221,205); }

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