#CADBAC

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

Shades of Pale Leaf #CADBAC

Tints of Pale Leaf #CADBAC

Color information

#CADBAC (or 0xCADBAC) is unknown color: approx Pale Leaf. HEX triplet: CA, DB and AC. RGB value is (202,219,172). Sum of RGB (Red+Green+Blue) = 202+219+172=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADBAC is #352453. Grayscale: #D0D0D0. Windows color (decimal): -3482708 or 11328458. OLE color: 11328458.

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

Color convert

RGB202219172-
CMYK0.0800.210.14
HSL81.7º39.5%76.67%-
HSV(B)81.7º21.46%85.88%-
XYZ57.1466.248.8-
YUV208.56107.37123.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 172 (67.58% from 255) = 29.01%
R=34.06%
G=36.93%
B=29.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191720.0800.210.1481.739.576.67
HexCADBAC8015E52274d
Octal312333254100251612247115
Binary1100101011011011101011001000010101111010100101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBAC; }

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

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

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

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

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

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

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

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