#CDDBAC

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

Shades of Pale Leaf #CDDBAC

Tints of Pale Leaf #CDDBAC

Color information

#CDDBAC (or 0xCDDBAC) is unknown color: approx Pale Leaf. HEX triplet: CD, DB and AC. RGB value is (205,219,172). Sum of RGB (Red+Green+Blue) = 205+219+172=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDBAC is #322453. Grayscale: #D1D1D1. Windows color (decimal): -3286100 or 11328461. OLE color: 11328461.

HSL color Cylindrical-coordinate representation of color #CDDBAC: hue angle of 77.87º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDDBAC is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB205219172-
CMYK0.0600.210.14
HSL77.87º39.5%76.67%-
HSV(B)77.87º21.46%85.88%-
XYZ57.9566.6248.83-
YUV209.46106.86124.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 219 (85.94% from 255) = 36.74%
BLUE value IS 172 (67.58% from 255) = 28.86%
R=34.40%
G=36.74%
B=28.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191720.0600.210.1477.8739.576.67
HexCDDBAC6015E4e274d
Octal31533325460251611647115
Binary110011011101101110101100110010101111010011101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBAC; }

 p { color: rgb(205,219,172); }

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

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

 a { background-color: rgb(205,219,172); }

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

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

 span { border-color: rgb(205,219,172); }

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