Html Css Color HEX #CED193 Deco

📋 copy color: '#CED193'

red 206 ◦ green 209 ◦ blue 147

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

Shades of Deco #CED193

Tints of Deco #CED193

RGB

 RED value IS 206 (80.86% from 255) = 36.65%

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

 BLUE value IS 147 (57.81% from 255) = 26.16%

R = 36.65%
G = 37.19%
B = 26.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#CED193 (or 0xCED193) is known color: Deco. HEX triplet: CE, D1 and 93. RGB value is (206,209,147). Sum of RGB (Red+Green+Blue) = 206+209+147=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 209 - color contains mainly: green. Hex color #CED193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED193 is #312E6C. Grayscale: #C9C9C9. Windows color (decimal): -3223149 or 9687502. OLE color: 9687502.

HSL color Cylindrical-coordinate representation of color #CED193: hue angle of 62.9º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CED193 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 209 147 -
CMYK 0.01 0 0.30 0.18
HSL 62.9º 0.4% 0.7% -
HSV(B) 62.9º 0.3% 0.82% -
XYZ 53.52 60.83 36.52 -
YUV 201.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 206 209 147 0.01 0 0.30 0.18 62.9 0.4 0.7
Hex CE D1 93 1 0 1E 12 3F 28 46
Octal 316 321 223 1 0 36 22 77 50 106
Binary 11001110 11010001 10010011 1 0 11110 10010 111111 101000 1000110

Color Harmonies of #CED193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED193

Black with #CED193

Text Example


Text Example

White with #CED193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED193; }

 p { color: rgb(206,209,147); }

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

background-color css

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

 a { background-color: rgb(206,209,147); }

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

border-color css

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

 span { border-color: rgb(206,209,147); }

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