Html Css Color HEX #CED396 Deco

📋 copy color: '#CED396'

red 206 ◦ green 211 ◦ blue 150

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

Shades of Deco #CED396

Tints of Deco #CED396

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.21%

 BLUE value IS 150 (58.98% from 255) = 26.46%

R = 36.33%
G = 37.21%
B = 26.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#CED396 (or 0xCED396) is known color: Deco. HEX triplet: CE, D3 and 96. RGB value is (206,211,150). Sum of RGB (Red+Green+Blue) = 206+211+150=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 211 - color contains mainly: green. Hex color #CED396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED396 is #312C69. Grayscale: #CACACA. Windows color (decimal): -3222634 or 9884622. OLE color: 9884622.

HSL color Cylindrical-coordinate representation of color #CED396: hue angle of 64.92º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CED396 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 150 -
CMYK 0.02 0 0.29 0.17
HSL 64.92º 0.41% 0.71% -
HSV(B) 64.92º 0.29% 0.83% -
XYZ 54.25 61.91 37.95 -
YUV 202.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 206 211 150 0.02 0 0.29 0.17 64.92 0.41 0.71
Hex CE D3 96 2 0 1D 11 41 29 47
Octal 316 323 226 2 0 35 21 101 51 107
Binary 11001110 11010011 10010110 10 0 11101 10001 1000001 101001 1000111

Color Harmonies of #CED396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED396

Black with #CED396

Text Example


Text Example

White with #CED396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED396; }

 p { color: rgb(206,211,150); }

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

background-color css

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

 a { background-color: rgb(206,211,150); }

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

border-color css

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

 span { border-color: rgb(206,211,150); }

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