#C3DDCB

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

Shades of Granny Apple #C3DDCB

Tints of Granny Apple #C3DDCB

Color information

#C3DDCB (or 0xC3DDCB) is unknown color: approx Granny Apple. HEX triplet: C3, DD and CB. RGB value is (195,221,203). Sum of RGB (Red+Green+Blue) = 195+221+203=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDCB is #3C2234. Grayscale: #D3D3D3. Windows color (decimal): -3940917 or 13360579. OLE color: 13360579.

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

Color convert

RGB195221203-
CMYK0.1200.080.13
HSL138.46º27.66%81.57%-
HSV(B)138.46º11.76%86.67%-
XYZ59.1467.6366.44-
YUV211.17123.39116.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.50%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 203 (79.69% from 255) = 32.79%
R=31.50%
G=35.70%
B=32.79%

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
Decimal1952212030.1200.080.13138.4627.6681.57
HexC3DDCBC08D8a1c52
Octal303335313140101521234122
Binary110000111101110111001011110001000110110001010111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDCB; }

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

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

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

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

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

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

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

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