Html Css Color HEX #CED593 Deco

📋 copy color: '#CED593'

red 206 ◦ green 213 ◦ blue 147

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

Shades of Deco #CED593

Tints of Deco #CED593

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.63%

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

R = 36.4%
G = 37.63%
B = 25.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#CED593 (or 0xCED593) is known color: Deco. HEX triplet: CE, D5 and 93. RGB value is (206,213,147). Sum of RGB (Red+Green+Blue) = 206+213+147=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #CED593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED593 is #312A6C. Grayscale: #CBCBCB. Windows color (decimal): -3222125 or 9688526. OLE color: 9688526.

HSL color Cylindrical-coordinate representation of color #CED593: hue angle of 66.36º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CED593 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 147 -
CMYK 0.03 0 0.31 0.16
HSL 66.36º 0.44% 0.71% -
HSV(B) 66.36º 0.31% 0.84% -
XYZ 54.51 62.82 36.86 -
YUV 203.38 96.18 129.87 -
System Red Green Blue C M Y K H S L
Decimal 206 213 147 0.03 0 0.31 0.16 66.36 0.44 0.71
Hex CE D5 93 3 0 1F 10 42 2C 47
Octal 316 325 223 3 0 37 20 102 54 107
Binary 11001110 11010101 10010011 11 0 11111 10000 1000010 101100 1000111

Color Harmonies of #CED593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED593

Black with #CED593

Text Example


Text Example

White with #CED593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED593; }

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

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

background-color css

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

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

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

border-color css

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

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

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