Html Css Color HEX #CED585 Deco

📋 copy color: '#CED585'

red 206 ◦ green 213 ◦ blue 133

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

Shades of Deco #CED585

Tints of Deco #CED585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.09%

R = 37.32%
G = 38.59%
B = 24.09%

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

#CED585 (or 0xCED585) is known color: Deco. HEX triplet: CE, D5 and 85. RGB value is (206,213,133). Sum of RGB (Red+Green+Blue) = 206+213+133=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 213 - color contains mainly: green. Hex color #CED585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED585 is #312A7A. Grayscale: #CACACA. Windows color (decimal): -3222139 or 8771022. OLE color: 8771022.

HSL color Cylindrical-coordinate representation of color #CED585: hue angle of 65.25º 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 #CED585 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 133 -
CMYK 0.03 0 0.38 0.16
HSL 65.25º 0.49% 0.68% -
HSV(B) 65.25º 0.38% 0.84% -
XYZ 53.48 62.4 31.42 -
YUV 201.79 89.18 131 -
System Red Green Blue C M Y K H S L
Decimal 206 213 133 0.03 0 0.38 0.16 65.25 0.49 0.68
Hex CE D5 85 3 0 26 10 41 31 44
Octal 316 325 205 3 0 46 20 101 61 104
Binary 11001110 11010101 10000101 11 0 100110 10000 1000001 110001 1000100

Color Harmonies of #CED585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED585

Black with #CED585

Text Example


Text Example

White with #CED585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED585; }

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

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

background-color css

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

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

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

border-color css

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

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

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