Html Css Color HEX #CED594 Deco

📋 copy color: '#CED594'

red 206 ◦ green 213 ◦ blue 148

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

Shades of Deco #CED594

Tints of Deco #CED594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.1%

R = 36.33%
G = 37.57%
B = 26.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#CED594 (or 0xCED594) is known color: Deco. HEX triplet: CE, D5 and 94. RGB value is (206,213,148). Sum of RGB (Red+Green+Blue) = 206+213+148=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 213 - color contains mainly: green. Hex color #CED594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED594 is #312A6B. Grayscale: #CBCBCB. Windows color (decimal): -3222124 or 9754062. OLE color: 9754062.

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

Color convert

RGB 206 213 148 -
CMYK 0.03 0 0.31 0.16
HSL 66.46º 0.44% 0.71% -
HSV(B) 66.46º 0.31% 0.84% -
XYZ 54.59 62.85 37.27 -
YUV 203.5 96.68 129.79 -
System Red Green Blue C M Y K H S L
Decimal 206 213 148 0.03 0 0.31 0.16 66.46 0.44 0.71
Hex CE D5 94 3 0 1F 10 42 2C 47
Octal 316 325 224 3 0 37 20 102 54 107
Binary 11001110 11010101 10010100 11 0 11111 10000 1000010 101100 1000111

Color Harmonies of #CED594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED594

Black with #CED594

Text Example


Text Example

White with #CED594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED594; }

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

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

background-color css

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

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

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

border-color css

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

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

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