Html Css Color HEX #CADCB3 Pale Leaf

📋 copy color: '#CADCB3'

red 202 ◦ green 220 ◦ blue 179

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

Shades of Pale Leaf #CADCB3

Tints of Pale Leaf #CADCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.78%

R = 33.61%
G = 36.61%
B = 29.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#CADCB3 (or 0xCADCB3) is known color: Pale Leaf. HEX triplet: CA, DC and B3. RGB value is (202,220,179). Sum of RGB (Red+Green+Blue) = 202+220+179=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCB3 is #35234C. Grayscale: #D2D2D2. Windows color (decimal): -3482445 or 11787466. OLE color: 11787466.

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

Color convert

RGB 202 220 179 -
CMYK 0.08 0 0.19 0.14
HSL 86.34º 0.37% 0.78% -
HSV(B) 86.34º 0.19% 0.86% -
XYZ 58.09 67 52.52 -
YUV 209.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 202 220 179 0.08 0 0.19 0.14 86.34 0.37 0.78
Hex CA DC B3 8 0 13 E 56 25 4E
Octal 312 334 263 10 0 23 16 126 45 116
Binary 11001010 11011100 10110011 1000 0 10011 1110 1010110 100101 1001110

Color Harmonies of #CADCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADCB3

Black with #CADCB3

Text Example


Text Example

White with #CADCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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