Html Css Color HEX #C1CEB2 Pale Leaf

📋 copy color: '#C1CEB2'

red 193 ◦ green 206 ◦ blue 178

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

Shades of Pale Leaf #C1CEB2

Tints of Pale Leaf #C1CEB2

RGB

 RED value IS 193 (75.78% from 255) = 33.45%

 GREEN value IS 206 (80.86% from 255) = 35.7%

 BLUE value IS 178 (69.92% from 255) = 30.85%

R = 33.45%
G = 35.7%
B = 30.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#C1CEB2 (or 0xC1CEB2) is known color: Pale Leaf. HEX triplet: C1, CE and B2. RGB value is (193,206,178). Sum of RGB (Red+Green+Blue) = 193+206+178=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CEB2 is #3E314D. Grayscale: #C7C7C7. Windows color (decimal): -4075854 or 11718337. OLE color: 11718337.

HSL color Cylindrical-coordinate representation of color #C1CEB2: hue angle of 87.86º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1CEB2 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 206 178 -
CMYK 0.06 0 0.14 0.19
HSL 87.86º 0.22% 0.75% -
HSV(B) 87.86º 0.14% 0.81% -
XYZ 52.1 58.69 50.7 -
YUV 198.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 193 206 178 0.06 0 0.14 0.19 87.86 0.22 0.75
Hex C1 CE B2 6 0 E 13 58 16 4B
Octal 301 316 262 6 0 16 23 130 26 113
Binary 11000001 11001110 10110010 110 0 1110 10011 1011000 10110 1001011

Color Harmonies of #C1CEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CEB2

Black with #C1CEB2

Text Example


Text Example

White with #C1CEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CEB2; }

 p { color: rgb(193,206,178); }

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

background-color css

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

 a { background-color: rgb(193,206,178); }

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

border-color css

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

 span { border-color: rgb(193,206,178); }

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