#CBDCAC

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

Shades of Pale Leaf #CBDCAC

Tints of Pale Leaf #CBDCAC

Color information

#CBDCAC (or 0xCBDCAC) is unknown color: approx Pale Leaf. HEX triplet: CB, DC and AC. RGB value is (203,220,172). Sum of RGB (Red+Green+Blue) = 203+220+172=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDCAC is #342353. Grayscale: #D1D1D1. Windows color (decimal): -3416916 or 11328715. OLE color: 11328715.

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

Color convert

RGB203220172-
CMYK0.0800.220.14
HSL81.25º40.68%76.86%-
HSV(B)81.25º21.82%86.27%-
XYZ57.6766.8648.9-
YUV209.44106.87123.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.12%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 172 (67.58% from 255) = 28.91%
R=34.12%
G=36.97%
B=28.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032201720.0800.220.1481.2540.6876.86
HexCBDCAC8016E51294d
Octal313334254100261612151115
Binary1100101111011100101011001000010110111010100011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCAC; }

 p { color: rgb(203,220,172); }

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

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

 a { background-color: rgb(203,220,172); }

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

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

 span { border-color: rgb(203,220,172); }

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