Html Css Color HEX #CED189 Deco

📋 copy color: '#CED189'

red 206 ◦ green 209 ◦ blue 137

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

Shades of Deco #CED189

Tints of Deco #CED189

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.86%

 BLUE value IS 137 (53.91% from 255) = 24.82%

R = 37.32%
G = 37.86%
B = 24.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#CED189 (or 0xCED189) is known color: Deco. HEX triplet: CE, D1 and 89. RGB value is (206,209,137). Sum of RGB (Red+Green+Blue) = 206+209+137=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 209 - color contains mainly: green. Hex color #CED189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED189 is #312E76. Grayscale: #C8C8C8. Windows color (decimal): -3223159 or 9032142. OLE color: 9032142.

HSL color Cylindrical-coordinate representation of color #CED189: hue angle of 62.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CED189 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 209 137 -
CMYK 0.01 0 0.34 0.18
HSL 62.5º 0.44% 0.68% -
HSV(B) 62.5º 0.34% 0.82% -
XYZ 52.77 60.53 32.57 -
YUV 199.9 92.51 132.35 -
System Red Green Blue C M Y K H S L
Decimal 206 209 137 0.01 0 0.34 0.18 62.5 0.44 0.68
Hex CE D1 89 1 0 22 12 3F 2C 44
Octal 316 321 211 1 0 42 22 77 54 104
Binary 11001110 11010001 10001001 1 0 100010 10010 111111 101100 1000100

Color Harmonies of #CED189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED189

Black with #CED189

Text Example


Text Example

White with #CED189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED189; }

 p { color: rgb(206,209,137); }

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

background-color css

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

 a { background-color: rgb(206,209,137); }

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

border-color css

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

 span { border-color: rgb(206,209,137); }

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