Html Css Color HEX #CED995 Deco

📋 copy color: '#CED995'

red 206 ◦ green 217 ◦ blue 149

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

Shades of Deco #CED995

Tints of Deco #CED995

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.94%

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

R = 36.01%
G = 37.94%
B = 26.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#CED995 (or 0xCED995) is known color: Deco. HEX triplet: CE, D9 and 95. RGB value is (206,217,149). Sum of RGB (Red+Green+Blue) = 206+217+149=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 217 - color contains mainly: green. Hex color #CED995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED995 is #31266A. Grayscale: #CECECE. Windows color (decimal): -3221099 or 9820622. OLE color: 9820622.

HSL color Cylindrical-coordinate representation of color #CED995: hue angle of 69.71º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CED995 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 149 -
CMYK 0.05 0 0.31 0.15
HSL 69.71º 0.47% 0.72% -
HSV(B) 69.71º 0.31% 0.85% -
XYZ 55.69 64.92 38.03 -
YUV 205.96 95.86 128.03 -
System Red Green Blue C M Y K H S L
Decimal 206 217 149 0.05 0 0.31 0.15 69.71 0.47 0.72
Hex CE D9 95 5 0 1F F 46 2F 48
Octal 316 331 225 5 0 37 17 106 57 110
Binary 11001110 11011001 10010101 101 0 11111 1111 1000110 101111 1001000

Color Harmonies of #CED995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED995

Black with #CED995

Text Example


Text Example

White with #CED995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED995; }

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

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

background-color css

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

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

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

border-color css

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

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

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