Html Css Color HEX #CADCA9 Pale Leaf

📋 copy color: '#CADCA9'

red 202 ◦ green 220 ◦ blue 169

#CADCA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Leaf #CADCA9

Tints of Pale Leaf #CADCA9

RGB

 RED value IS 202 (79.3% from 255) = 34.18%

 GREEN value IS 220 (86.33% from 255) = 37.23%

 BLUE value IS 169 (66.41% from 255) = 28.6%

R = 34.18%
G = 37.23%
B = 28.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#CADCA9 (or 0xCADCA9) is known color: Pale Leaf. HEX triplet: CA, DC and A9. RGB value is (202,220,169). Sum of RGB (Red+Green+Blue) = 202+220+169=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 169 (66.41% from 255 or 28.60% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADCA9 is #352356. Grayscale: #D0D0D0. Windows color (decimal): -3482455 or 11132106. OLE color: 11132106.

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

Color convert

RGB 202 220 169 -
CMYK 0.08 0 0.23 0.14
HSL 81.18º 0.42% 0.76% -
HSV(B) 81.18º 0.23% 0.86% -
XYZ 57.11 66.61 47.38 -
YUV 208.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 202 220 169 0.08 0 0.23 0.14 81.18 0.42 0.76
Hex CA DC A9 8 0 17 E 51 2A 4C
Octal 312 334 251 10 0 27 16 121 52 114
Binary 11001010 11011100 10101001 1000 0 10111 1110 1010001 101010 1001100

Color Harmonies of #CADCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADCA9

Black with #CADCA9

Text Example


Text Example

White with #CADCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADCA9; }

 p { color: rgb(202,220,169); }

 H1.HeaderClassName
 {
   color: #CADCA9;
 }
 .AnyTagClassName
 {
   color: #CADCA9;
 }
</style>

background-color css

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

 a { background-color: rgb(202,220,169); }

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

border-color css

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

 span { border-color: rgb(202,220,169); }

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