Html Css Color HEX #CED380 Deco

📋 copy color: '#CED380'

red 206 ◦ green 211 ◦ blue 128

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

Shades of Deco #CED380

Tints of Deco #CED380

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.72%

 BLUE value IS 128 (50.39% from 255) = 23.49%

R = 37.8%
G = 38.72%
B = 23.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#CED380 (or 0xCED380) is known color: Deco. HEX triplet: CE, D3 and 80. RGB value is (206,211,128). Sum of RGB (Red+Green+Blue) = 206+211+128=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 211 - color contains mainly: green. Hex color #CED380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED380 is #312C7F. Grayscale: #C8C8C8. Windows color (decimal): -3222656 or 8442830. OLE color: 8442830.

HSL color Cylindrical-coordinate representation of color #CED380: hue angle of 63.61º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CED380 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 128 -
CMYK 0.02 0 0.39 0.17
HSL 63.61º 0.49% 0.66% -
HSV(B) 63.61º 0.39% 0.83% -
XYZ 52.64 61.27 29.47 -
YUV 200.04 87.34 132.25 -
System Red Green Blue C M Y K H S L
Decimal 206 211 128 0.02 0 0.39 0.17 63.61 0.49 0.66
Hex CE D3 80 2 0 27 11 40 31 42
Octal 316 323 200 2 0 47 21 100 61 102
Binary 11001110 11010011 10000000 10 0 100111 10001 1000000 110001 1000010

Color Harmonies of #CED380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED380

Black with #CED380

Text Example


Text Example

White with #CED380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED380; }

 p { color: rgb(206,211,128); }

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

background-color css

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

 a { background-color: rgb(206,211,128); }

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

border-color css

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

 span { border-color: rgb(206,211,128); }

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