#C5CDB5

Color #C5CDB5 Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #C5CDB5

Tints of Pale Leaf #C5CDB5

Color information

#C5CDB5 (or 0xC5CDB5) is unknown color: approx Pale Leaf. HEX triplet: C5, CD and B5. RGB value is (197,205,181). Sum of RGB (Red+Green+Blue) = 197+205+181=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDB5 is #3A324A. Grayscale: #C7C7C7. Windows color (decimal): -3813963 or 11914693. OLE color: 11914693.

HSL color Cylindrical-coordinate representation of color #C5CDB5: hue angle of 80º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5CDB5 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB197205181-
CMYK0.0400.120.20
HSL80º19.35%75.69%-
HSV(B)80º11.71%80.39%-
XYZ53.258.8752.28-
YUV199.87117.35125.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.79%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 181 (71.09% from 255) = 31.05%
R=33.79%
G=35.16%
B=31.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1972051810.0400.120.208019.3575.69
HexC5CDB540C1450134c
Octal30531526540142412023114
Binary11000101110011011011010110001100101001010000100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CDB5; }

 p { color: rgb(197,205,181); }

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

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

 a { background-color: rgb(197,205,181); }

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

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

 span { border-color: rgb(197,205,181); }

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