#C3DDCC

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

Shades of Granny Apple #C3DDCC

Tints of Granny Apple #C3DDCC

Color information

#C3DDCC (or 0xC3DDCC) is unknown color: approx Granny Apple. HEX triplet: C3, DD and CC. RGB value is (195,221,204). Sum of RGB (Red+Green+Blue) = 195+221+204=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDCC is #3C2233. Grayscale: #D3D3D3. Windows color (decimal): -3940916 or 13426115. OLE color: 13426115.

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

Color convert

RGB195221204-
CMYK0.1200.080.13
HSL140.77º27.66%81.57%-
HSV(B)140.77º11.76%86.67%-
XYZ59.2667.6767.07-
YUV211.29123.89116.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.45%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=31.45%
G=35.65%
B=32.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952212040.1200.080.13140.7727.6681.57
HexC3DDCCC08D8d1c52
Octal303335314140101521534122
Binary110000111101110111001100110001000110110001101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDCC; }

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

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

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

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

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

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

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

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