Html Css Color HEX #CED195 Deco

📋 copy color: '#CED195'

red 206 ◦ green 209 ◦ blue 149

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

Shades of Deco #CED195

Tints of Deco #CED195

RGB

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

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

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

R = 36.52%
G = 37.06%
B = 26.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#CED195 (or 0xCED195) is known color: Deco. HEX triplet: CE, D1 and 95. RGB value is (206,209,149). Sum of RGB (Red+Green+Blue) = 206+209+149=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 209 - color contains mainly: green. Hex color #CED195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED195 is #312E6A. Grayscale: #C9C9C9. Windows color (decimal): -3223147 or 9818574. OLE color: 9818574.

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

Color convert

RGB 206 209 149 -
CMYK 0.01 0 0.29 0.18
HSL 63º 0.39% 0.7% -
HSV(B) 63º 0.29% 0.82% -
XYZ 53.68 60.89 37.36 -
YUV 201.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 206 209 149 0.01 0 0.29 0.18 63 0.39 0.7
Hex CE D1 95 1 0 1D 12 3F 27 46
Octal 316 321 225 1 0 35 22 77 47 106
Binary 11001110 11010001 10010101 1 0 11101 10010 111111 100111 1000110

Color Harmonies of #CED195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED195

Black with #CED195

Text Example


Text Example

White with #CED195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED195; }

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

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

background-color css

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

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

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

border-color css

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

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

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