Html Css Color HEX #C7D6B7 Pale Leaf

📋 copy color: '#C7D6B7'

red 199 ◦ green 214 ◦ blue 183

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

Shades of Pale Leaf #C7D6B7

Tints of Pale Leaf #C7D6B7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.91%

 BLUE value IS 183 (71.88% from 255) = 30.7%

R = 33.39%
G = 35.91%
B = 30.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#C7D6B7 (or 0xC7D6B7) is known color: Pale Leaf. HEX triplet: C7, D6 and B7. RGB value is (199,214,183). Sum of RGB (Red+Green+Blue) = 199+214+183=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6B7 is #382948. Grayscale: #CECECE. Windows color (decimal): -3680585 or 12048071. OLE color: 12048071.

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

Color convert

RGB 199 214 183 -
CMYK 0.07 0 0.14 0.16
HSL 89.03º 0.27% 0.78% -
HSV(B) 89.03º 0.14% 0.84% -
XYZ 56.15 63.65 54.13 -
YUV 205.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 199 214 183 0.07 0 0.14 0.16 89.03 0.27 0.78
Hex C7 D6 B7 7 0 E 10 59 1B 4E
Octal 307 326 267 7 0 16 20 131 33 116
Binary 11000111 11010110 10110111 111 0 1110 10000 1011001 11011 1001110

Color Harmonies of #C7D6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D6B7

Black with #C7D6B7

Text Example


Text Example

White with #C7D6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D6B7; }

 p { color: rgb(199,214,183); }

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

background-color css

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

 a { background-color: rgb(199,214,183); }

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

border-color css

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

 span { border-color: rgb(199,214,183); }

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