Html Css Color HEX #CED584 Deco

📋 copy color: '#CED584'

red 206 ◦ green 213 ◦ blue 132

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

Shades of Deco #CED584

Tints of Deco #CED584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.96%

R = 37.39%
G = 38.66%
B = 23.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#CED584 (or 0xCED584) is known color: Deco. HEX triplet: CE, D5 and 84. RGB value is (206,213,132). Sum of RGB (Red+Green+Blue) = 206+213+132=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #CED584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED584 is #312A7B. Grayscale: #C9C9C9. Windows color (decimal): -3222140 or 8705486. OLE color: 8705486.

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

Color convert

RGB 206 213 132 -
CMYK 0.03 0 0.38 0.16
HSL 65.19º 0.49% 0.68% -
HSV(B) 65.19º 0.38% 0.84% -
XYZ 53.41 62.38 31.05 -
YUV 201.67 88.68 131.09 -
System Red Green Blue C M Y K H S L
Decimal 206 213 132 0.03 0 0.38 0.16 65.19 0.49 0.68
Hex CE D5 84 3 0 26 10 41 31 44
Octal 316 325 204 3 0 46 20 101 61 104
Binary 11001110 11010101 10000100 11 0 100110 10000 1000001 110001 1000100

Color Harmonies of #CED584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED584

Black with #CED584

Text Example


Text Example

White with #CED584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED584; }

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

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

background-color css

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

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

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

border-color css

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

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

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