Html Css Color HEX #C5D0B6 Pale Leaf

📋 copy color: '#C5D0B6'

red 197 ◦ green 208 ◦ blue 182

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

Shades of Pale Leaf #C5D0B6

Tints of Pale Leaf #C5D0B6

RGB

 RED value IS 197 (77.34% from 255) = 33.56%

 GREEN value IS 208 (81.64% from 255) = 35.43%

 BLUE value IS 182 (71.48% from 255) = 31.01%

R = 33.56%
G = 35.43%
B = 31.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#C5D0B6 (or 0xC5D0B6) is known color: Pale Leaf. HEX triplet: C5, D0 and B6. RGB value is (197,208,182). Sum of RGB (Red+Green+Blue) = 197+208+182=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D0B6 is #3A2F49. Grayscale: #C9C9C9. Windows color (decimal): -3813194 or 11980997. OLE color: 11980997.

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

Color convert

RGB 197 208 182 -
CMYK 0.05 0 0.12 0.18
HSL 85.38º 0.22% 0.76% -
HSV(B) 85.38º 0.13% 0.82% -
XYZ 54.03 60.36 53.06 -
YUV 201.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 197 208 182 0.05 0 0.12 0.18 85.38 0.22 0.76
Hex C5 D0 B6 5 0 C 12 55 16 4C
Octal 305 320 266 5 0 14 22 125 26 114
Binary 11000101 11010000 10110110 101 0 1100 10010 1010101 10110 1001100

Color Harmonies of #C5D0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D0B6

Black with #C5D0B6

Text Example


Text Example

White with #C5D0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D0B6; }

 p { color: rgb(197,208,182); }

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

background-color css

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

 a { background-color: rgb(197,208,182); }

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

border-color css

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

 span { border-color: rgb(197,208,182); }

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