Html Css Color HEX #C3CDB5 Pale Leaf

📋 copy color: '#C3CDB5'

red 195 ◦ green 205 ◦ blue 181

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

Shades of Pale Leaf #C3CDB5

Tints of Pale Leaf #C3CDB5

RGB

 RED value IS 195 (76.56% from 255) = 33.56%

 GREEN value IS 205 (80.47% from 255) = 35.28%

 BLUE value IS 181 (71.09% from 255) = 31.15%

R = 33.56%
G = 35.28%
B = 31.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#C3CDB5 (or 0xC3CDB5) is known color: Pale Leaf. HEX triplet: C3, CD and B5. RGB value is (195,205,181). Sum of RGB (Red+Green+Blue) = 195+205+181=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDB5 is #3C324A. Grayscale: #C7C7C7. Windows color (decimal): -3945035 or 11914691. OLE color: 11914691.

HSL color Cylindrical-coordinate representation of color #C3CDB5: hue angle of 85º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3CDB5 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 205 181 -
CMYK 0.05 0 0.12 0.20
HSL 85º 0.19% 0.76% -
HSV(B) 85º 0.12% 0.8% -
XYZ 52.68 58.6 52.25 -
YUV 199.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 195 205 181 0.05 0 0.12 0.20 85 0.19 0.76
Hex C3 CD B5 5 0 C 14 55 13 4C
Octal 303 315 265 5 0 14 24 125 23 114
Binary 11000011 11001101 10110101 101 0 1100 10100 1010101 10011 1001100

Color Harmonies of #C3CDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CDB5

Black with #C3CDB5

Text Example


Text Example

White with #C3CDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CDB5; }

 p { color: rgb(195,205,181); }

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

background-color css

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

 a { background-color: rgb(195,205,181); }

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

border-color css

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

 span { border-color: rgb(195,205,181); }

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