Html Css Color HEX #CADBA6 Pale Leaf

📋 copy color: '#CADBA6'

red 202 ◦ green 219 ◦ blue 166

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

Shades of Pale Leaf #CADBA6

Tints of Pale Leaf #CADBA6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.31%

 BLUE value IS 166 (65.23% from 255) = 28.28%

R = 34.41%
G = 37.31%
B = 28.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#CADBA6 (or 0xCADBA6) is known color: Pale Leaf. HEX triplet: CA, DB and A6. RGB value is (202,219,166). Sum of RGB (Red+Green+Blue) = 202+219+166=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 166 (65.23% from 255 or 28.28% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADBA6 is #352459. Grayscale: #D0D0D0. Windows color (decimal): -3482714 or 10935242. OLE color: 10935242.

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

Color convert

RGB 202 219 166 -
CMYK 0.08 0 0.24 0.14
HSL 79.25º 0.42% 0.75% -
HSV(B) 79.25º 0.24% 0.86% -
XYZ 56.57 65.97 45.83 -
YUV 207.88 104.37 123.81 -
System Red Green Blue C M Y K H S L
Decimal 202 219 166 0.08 0 0.24 0.14 79.25 0.42 0.75
Hex CA DB A6 8 0 18 E 4F 2A 4B
Octal 312 333 246 10 0 30 16 117 52 113
Binary 11001010 11011011 10100110 1000 0 11000 1110 1001111 101010 1001011

Color Harmonies of #CADBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADBA6

Black with #CADBA6

Text Example


Text Example

White with #CADBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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