#CADAAC

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

Shades of Pale Leaf #CADAAC

Tints of Pale Leaf #CADAAC

Color information

#CADAAC (or 0xCADAAC) is unknown color: approx Pale Leaf. HEX triplet: CA, DA and AC. RGB value is (202,218,172). Sum of RGB (Red+Green+Blue) = 202+218+172=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADAAC is #352553. Grayscale: #D0D0D0. Windows color (decimal): -3482964 or 11328202. OLE color: 11328202.

HSL color Cylindrical-coordinate representation of color #CADAAC: hue angle of 80.87º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CADAAC is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB202218172-
CMYK0.0700.210.15
HSL80.87º38.33%76.47%-
HSV(B)80.87º21.1%85.49%-
XYZ56.8765.6848.71-
YUV207.97107.7123.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 172 (67.58% from 255) = 29.05%
R=34.12%
G=36.82%
B=29.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022181720.0700.210.1580.8738.3376.47
HexCADAAC7015F51264c
Octal31233225470251712146114
Binary110010101101101010101100111010101111110100011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAAC; }

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

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

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

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

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

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

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

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