Html Css Color HEX #CED395 Deco

📋 copy color: '#CED395'

red 206 ◦ green 211 ◦ blue 149

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

Shades of Deco #CED395

Tints of Deco #CED395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.33%

R = 36.4%
G = 37.28%
B = 26.33%

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

#CED395 (or 0xCED395) is known color: Deco. HEX triplet: CE, D3 and 95. RGB value is (206,211,149). Sum of RGB (Red+Green+Blue) = 206+211+149=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 211 - color contains mainly: green. Hex color #CED395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED395 is #312C6A. Grayscale: #CACACA. Windows color (decimal): -3222635 or 9819086. OLE color: 9819086.

HSL color Cylindrical-coordinate representation of color #CED395: hue angle of 64.84º 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 #CED395 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 149 -
CMYK 0.02 0 0.29 0.17
HSL 64.84º 0.41% 0.71% -
HSV(B) 64.84º 0.29% 0.83% -
XYZ 54.17 61.88 37.52 -
YUV 202.44 97.84 130.54 -
System Red Green Blue C M Y K H S L
Decimal 206 211 149 0.02 0 0.29 0.17 64.84 0.41 0.71
Hex CE D3 95 2 0 1D 11 41 29 47
Octal 316 323 225 2 0 35 21 101 51 107
Binary 11001110 11010011 10010101 10 0 11101 10001 1000001 101001 1000111

Color Harmonies of #CED395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED395

Black with #CED395

Text Example


Text Example

White with #CED395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED395; }

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

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

background-color css

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

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

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

border-color css

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

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

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