Html Css Color HEX #CED591 Deco

📋 copy color: '#CED591'

red 206 ◦ green 213 ◦ blue 145

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

Shades of Deco #CED591

Tints of Deco #CED591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.71%

R = 36.52%
G = 37.77%
B = 25.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#CED591 (or 0xCED591) is known color: Deco. HEX triplet: CE, D5 and 91. RGB value is (206,213,145). Sum of RGB (Red+Green+Blue) = 206+213+145=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 145 (57.03% from 255 or 25.71% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #CED591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED591 is #312A6E. Grayscale: #CBCBCB. Windows color (decimal): -3222127 or 9557454. OLE color: 9557454.

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

Color convert

RGB 206 213 145 -
CMYK 0.03 0 0.32 0.16
HSL 66.18º 0.45% 0.7% -
HSV(B) 66.18º 0.32% 0.84% -
XYZ 54.36 62.75 36.04 -
YUV 203.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 206 213 145 0.03 0 0.32 0.16 66.18 0.45 0.7
Hex CE D5 91 3 0 20 10 42 2D 46
Octal 316 325 221 3 0 40 20 102 55 106
Binary 11001110 11010101 10010001 11 0 100000 10000 1000010 101101 1000110

Color Harmonies of #CED591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED591

Black with #CED591

Text Example


Text Example

White with #CED591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED591; }

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

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

background-color css

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

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

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

border-color css

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

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

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