Html Css Color HEX #C3D1B3 Pale Leaf

📋 copy color: '#C3D1B3'

red 195 ◦ green 209 ◦ blue 179

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

Shades of Pale Leaf #C3D1B3

Tints of Pale Leaf #C3D1B3

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.85%

 BLUE value IS 179 (70.31% from 255) = 30.7%

R = 33.45%
G = 35.85%
B = 30.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#C3D1B3 (or 0xC3D1B3) is known color: Pale Leaf. HEX triplet: C3, D1 and B3. RGB value is (195,209,179). Sum of RGB (Red+Green+Blue) = 195+209+179=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D1B3 is #3C2E4C. Grayscale: #C9C9C9. Windows color (decimal): -3944013 or 11784643. OLE color: 11784643.

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

Color convert

RGB 195 209 179 -
CMYK 0.07 0 0.14 0.18
HSL 88º 0.25% 0.76% -
HSV(B) 88º 0.14% 0.82% -
XYZ 53.44 60.46 51.5 -
YUV 201.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 195 209 179 0.07 0 0.14 0.18 88 0.25 0.76
Hex C3 D1 B3 7 0 E 12 58 19 4C
Octal 303 321 263 7 0 16 22 130 31 114
Binary 11000011 11010001 10110011 111 0 1110 10010 1011000 11001 1001100

Color Harmonies of #C3D1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D1B3

Black with #C3D1B3

Text Example


Text Example

White with #C3D1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D1B3; }

 p { color: rgb(195,209,179); }

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

background-color css

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

 a { background-color: rgb(195,209,179); }

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

border-color css

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

 span { border-color: rgb(195,209,179); }

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