Html Css Color HEX #CED595 Deco

📋 copy color: '#CED595'

red 206 ◦ green 213 ◦ blue 149

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

Shades of Deco #CED595

Tints of Deco #CED595

RGB

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

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

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

R = 36.27%
G = 37.5%
B = 26.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#CED595 (or 0xCED595) is known color: Deco. HEX triplet: CE, D5 and 95. RGB value is (206,213,149). Sum of RGB (Red+Green+Blue) = 206+213+149=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 213 - color contains mainly: green. Hex color #CED595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED595 is #312A6A. Grayscale: #CBCBCB. Windows color (decimal): -3222123 or 9819598. OLE color: 9819598.

HSL color Cylindrical-coordinate representation of color #CED595: hue angle of 66.56º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CED595 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 149 -
CMYK 0.03 0 0.30 0.16
HSL 66.56º 0.43% 0.71% -
HSV(B) 66.56º 0.3% 0.84% -
XYZ 54.67 62.88 37.69 -
YUV 203.61 97.18 129.7 -
System Red Green Blue C M Y K H S L
Decimal 206 213 149 0.03 0 0.30 0.16 66.56 0.43 0.71
Hex CE D5 95 3 0 1E 10 43 2B 47
Octal 316 325 225 3 0 36 20 103 53 107
Binary 11001110 11010101 10010101 11 0 11110 10000 1000011 101011 1000111

Color Harmonies of #CED595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED595

Black with #CED595

Text Example


Text Example

White with #CED595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED595; }

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

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

background-color css

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

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

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

border-color css

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

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

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