Html Css Color HEX #C8D8B6 Pale Leaf

📋 copy color: '#C8D8B6'

red 200 ◦ green 216 ◦ blue 182

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

Shades of Pale Leaf #C8D8B6

Tints of Pale Leaf #C8D8B6

RGB

 RED value IS 200 (78.52% from 255) = 33.44%

 GREEN value IS 216 (84.77% from 255) = 36.12%

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

R = 33.44%
G = 36.12%
B = 30.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#C8D8B6 (or 0xC8D8B6) is known color: Pale Leaf. HEX triplet: C8, D8 and B6. RGB value is (200,216,182). Sum of RGB (Red+Green+Blue) = 200+216+182=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8B6 is #372749. Grayscale: #CFCFCF. Windows color (decimal): -3614538 or 11983048. OLE color: 11983048.

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

Color convert

RGB 200 216 182 -
CMYK 0.07 0 0.16 0.15
HSL 88.24º 0.3% 0.78% -
HSV(B) 88.24º 0.16% 0.85% -
XYZ 56.82 64.77 53.76 -
YUV 207.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 200 216 182 0.07 0 0.16 0.15 88.24 0.3 0.78
Hex C8 D8 B6 7 0 10 F 58 1E 4E
Octal 310 330 266 7 0 20 17 130 36 116
Binary 11001000 11011000 10110110 111 0 10000 1111 1011000 11110 1001110

Color Harmonies of #C8D8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D8B6

Black with #C8D8B6

Text Example


Text Example

White with #C8D8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D8B6; }

 p { color: rgb(200,216,182); }

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

background-color css

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

 a { background-color: rgb(200,216,182); }

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

border-color css

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

 span { border-color: rgb(200,216,182); }

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