Html Css Color HEX #CED393 Deco

📋 copy color: '#CED393'

red 206 ◦ green 211 ◦ blue 147

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

Shades of Deco #CED393

Tints of Deco #CED393

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.41%

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

R = 36.52%
G = 37.41%
B = 26.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#CED393 (or 0xCED393) is known color: Deco. HEX triplet: CE, D3 and 93. RGB value is (206,211,147). Sum of RGB (Red+Green+Blue) = 206+211+147=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 211 - color contains mainly: green. Hex color #CED393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED393 is #312C6C. Grayscale: #CACACA. Windows color (decimal): -3222637 or 9688014. OLE color: 9688014.

HSL color Cylindrical-coordinate representation of color #CED393: hue angle of 64.69º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CED393 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 147 -
CMYK 0.02 0 0.30 0.17
HSL 64.69º 0.42% 0.7% -
HSV(B) 64.69º 0.3% 0.83% -
XYZ 54.01 61.82 36.69 -
YUV 202.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 206 211 147 0.02 0 0.30 0.17 64.69 0.42 0.7
Hex CE D3 93 2 0 1E 11 41 2A 46
Octal 316 323 223 2 0 36 21 101 52 106
Binary 11001110 11010011 10010011 10 0 11110 10001 1000001 101010 1000110

Color Harmonies of #CED393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED393

Black with #CED393

Text Example


Text Example

White with #CED393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED393; }

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

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

background-color css

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

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

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

border-color css

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

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

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