Html Css Color HEX #C2CEAF Pale Leaf

📋 copy color: '#C2CEAF'

red 194 ◦ green 206 ◦ blue 175

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

Shades of Pale Leaf #C2CEAF

Tints of Pale Leaf #C2CEAF

RGB

 RED value IS 194 (76.17% from 255) = 33.74%

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

 BLUE value IS 175 (68.75% from 255) = 30.43%

R = 33.74%
G = 35.83%
B = 30.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#C2CEAF (or 0xC2CEAF) is known color: Pale Leaf. HEX triplet: C2, CE and AF. RGB value is (194,206,175). Sum of RGB (Red+Green+Blue) = 194+206+175=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CEAF is #3D3150. Grayscale: #C6C6C6. Windows color (decimal): -4010321 or 11521730. OLE color: 11521730.

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

Color convert

RGB 194 206 175 -
CMYK 0.06 0 0.15 0.19
HSL 83.23º 0.24% 0.75% -
HSV(B) 83.23º 0.15% 0.81% -
XYZ 52.06 58.71 49.15 -
YUV 198.88 114.52 124.52 -
System Red Green Blue C M Y K H S L
Decimal 194 206 175 0.06 0 0.15 0.19 83.23 0.24 0.75
Hex C2 CE AF 6 0 F 13 53 18 4B
Octal 302 316 257 6 0 17 23 123 30 113
Binary 11000010 11001110 10101111 110 0 1111 10011 1010011 11000 1001011

Color Harmonies of #C2CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEAF

Black with #C2CEAF

Text Example


Text Example

White with #C2CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEAF; }

 p { color: rgb(194,206,175); }

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

background-color css

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

 a { background-color: rgb(194,206,175); }

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

border-color css

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

 span { border-color: rgb(194,206,175); }

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