Html Css Color HEX #CADAA3 Pale Leaf

📋 copy color: '#CADAA3'

red 202 ◦ green 218 ◦ blue 163

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

Shades of Pale Leaf #CADAA3

Tints of Pale Leaf #CADAA3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.39%

 BLUE value IS 163 (64.06% from 255) = 27.96%

R = 34.65%
G = 37.39%
B = 27.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#CADAA3 (or 0xCADAA3) is known color: Pale Leaf. HEX triplet: CA, DA and A3. RGB value is (202,218,163). Sum of RGB (Red+Green+Blue) = 202+218+163=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 163 (64.06% from 255 or 27.96% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADAA3 is #35255C. Grayscale: #CFCFCF. Windows color (decimal): -3482973 or 10738378. OLE color: 10738378.

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

Color convert

RGB 202 218 163 -
CMYK 0.07 0 0.25 0.15
HSL 77.45º 0.43% 0.75% -
HSV(B) 77.45º 0.25% 0.85% -
XYZ 56.04 65.34 44.31 -
YUV 206.95 103.2 124.47 -
System Red Green Blue C M Y K H S L
Decimal 202 218 163 0.07 0 0.25 0.15 77.45 0.43 0.75
Hex CA DA A3 7 0 19 F 4D 2B 4B
Octal 312 332 243 7 0 31 17 115 53 113
Binary 11001010 11011010 10100011 111 0 11001 1111 1001101 101011 1001011

Color Harmonies of #CADAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADAA3

Black with #CADAA3

Text Example


Text Example

White with #CADAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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