Html Css Color HEX #C7D3B9 Pale Leaf

📋 copy color: '#C7D3B9'

red 199 ◦ green 211 ◦ blue 185

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

Shades of Pale Leaf #C7D3B9

Tints of Pale Leaf #C7D3B9

RGB

 RED value IS 199 (78.13% from 255) = 33.45%

 GREEN value IS 211 (82.81% from 255) = 35.46%

 BLUE value IS 185 (72.66% from 255) = 31.09%

R = 33.45%
G = 35.46%
B = 31.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#C7D3B9 (or 0xC7D3B9) is known color: Pale Leaf. HEX triplet: C7, D3 and B9. RGB value is (199,211,185). Sum of RGB (Red+Green+Blue) = 199+211+185=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D3B9 is #382C46. Grayscale: #CCCCCC. Windows color (decimal): -3681351 or 12178375. OLE color: 12178375.

HSL color Cylindrical-coordinate representation of color #C7D3B9: hue angle of 87.69º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7D3B9 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 211 185 -
CMYK 0.06 0 0.12 0.17
HSL 87.69º 0.23% 0.78% -
HSV(B) 87.69º 0.12% 0.83% -
XYZ 55.6 62.23 54.98 -
YUV 204.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 199 211 185 0.06 0 0.12 0.17 87.69 0.23 0.78
Hex C7 D3 B9 6 0 C 11 58 17 4E
Octal 307 323 271 6 0 14 21 130 27 116
Binary 11000111 11010011 10111001 110 0 1100 10001 1011000 10111 1001110

Color Harmonies of #C7D3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D3B9

Black with #C7D3B9

Text Example


Text Example

White with #C7D3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D3B9; }

 p { color: rgb(199,211,185); }

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

background-color css

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

 a { background-color: rgb(199,211,185); }

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

border-color css

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

 span { border-color: rgb(199,211,185); }

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