Html Css Color HEX #CED993 Deco

📋 copy color: '#CED993'

red 206 ◦ green 217 ◦ blue 147

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

Shades of Deco #CED993

Tints of Deco #CED993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.79%

R = 36.14%
G = 38.07%
B = 25.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#CED993 (or 0xCED993) is known color: Deco. HEX triplet: CE, D9 and 93. RGB value is (206,217,147). Sum of RGB (Red+Green+Blue) = 206+217+147=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #CED993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED993 is #31266C. Grayscale: #CECECE. Windows color (decimal): -3221101 or 9689550. OLE color: 9689550.

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

Color convert

RGB 206 217 147 -
CMYK 0.05 0 0.32 0.15
HSL 69.43º 0.48% 0.71% -
HSV(B) 69.43º 0.32% 0.85% -
XYZ 55.53 64.85 37.19 -
YUV 205.73 94.86 128.19 -
System Red Green Blue C M Y K H S L
Decimal 206 217 147 0.05 0 0.32 0.15 69.43 0.48 0.71
Hex CE D9 93 5 0 20 F 45 30 47
Octal 316 331 223 5 0 40 17 105 60 107
Binary 11001110 11011001 10010011 101 0 100000 1111 1000101 110000 1000111

Color Harmonies of #CED993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED993

Black with #CED993

Text Example


Text Example

White with #CED993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED993; }

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

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

background-color css

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

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

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

border-color css

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

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

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