Html Css Color HEX #CED686 Deco

📋 copy color: '#CED686'

red 206 ◦ green 214 ◦ blue 134

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

Shades of Deco #CED686

Tints of Deco #CED686

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.63%

 BLUE value IS 134 (52.73% from 255) = 24.19%

R = 37.18%
G = 38.63%
B = 24.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#CED686 (or 0xCED686) is known color: Deco. HEX triplet: CE, D6 and 86. RGB value is (206,214,134). Sum of RGB (Red+Green+Blue) = 206+214+134=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #CED686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED686 is #312979. Grayscale: #CACACA. Windows color (decimal): -3221882 or 8836814. OLE color: 8836814.

HSL color Cylindrical-coordinate representation of color #CED686: hue angle of 66º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CED686 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 134 -
CMYK 0.04 0 0.37 0.16
HSL 66º 0.49% 0.68% -
HSV(B) 66º 0.37% 0.84% -
XYZ 53.8 62.94 31.87 -
YUV 202.49 89.35 130.5 -
System Red Green Blue C M Y K H S L
Decimal 206 214 134 0.04 0 0.37 0.16 66 0.49 0.68
Hex CE D6 86 4 0 25 10 42 31 44
Octal 316 326 206 4 0 45 20 102 61 104
Binary 11001110 11010110 10000110 100 0 100101 10000 1000010 110001 1000100

Color Harmonies of #CED686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED686

Black with #CED686

Text Example


Text Example

White with #CED686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED686; }

 p { color: rgb(206,214,134); }

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

background-color css

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

 a { background-color: rgb(206,214,134); }

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

border-color css

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

 span { border-color: rgb(206,214,134); }

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