Html Css Color HEX #CADAA8 Pale Leaf

📋 copy color: '#CADAA8'

red 202 ◦ green 218 ◦ blue 168

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

Shades of Pale Leaf #CADAA8

Tints of Pale Leaf #CADAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.57%

R = 34.35%
G = 37.07%
B = 28.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#CADAA8 (or 0xCADAA8) is known color: Pale Leaf. HEX triplet: CA, DA and A8. RGB value is (202,218,168). Sum of RGB (Red+Green+Blue) = 202+218+168=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADAA8 is #352557. Grayscale: #CFCFCF. Windows color (decimal): -3482968 or 11066058. OLE color: 11066058.

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

Color convert

RGB 202 218 168 -
CMYK 0.07 0 0.23 0.15
HSL 79.2º 0.4% 0.76% -
HSV(B) 79.2º 0.23% 0.85% -
XYZ 56.5 65.53 46.72 -
YUV 207.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 202 218 168 0.07 0 0.23 0.15 79.2 0.4 0.76
Hex CA DA A8 7 0 17 F 4F 28 4C
Octal 312 332 250 7 0 27 17 117 50 114
Binary 11001010 11011010 10101000 111 0 10111 1111 1001111 101000 1001100

Color Harmonies of #CADAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADAA8

Black with #CADAA8

Text Example


Text Example

White with #CADAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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