Html Css Color HEX #CED383 Deco

📋 copy color: '#CED383'

red 206 ◦ green 211 ◦ blue 131

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

Shades of Deco #CED383

Tints of Deco #CED383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.91%

R = 37.59%
G = 38.5%
B = 23.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#CED383 (or 0xCED383) is known color: Deco. HEX triplet: CE, D3 and 83. RGB value is (206,211,131). Sum of RGB (Red+Green+Blue) = 206+211+131=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 131 (51.56% from 255 or 23.91% from 548); Max value from RGB is 211 - color contains mainly: green. Hex color #CED383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED383 is #312C7C. Grayscale: #C8C8C8. Windows color (decimal): -3222653 or 8639438. OLE color: 8639438.

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

Color convert

RGB 206 211 131 -
CMYK 0.02 0 0.38 0.17
HSL 63.75º 0.48% 0.67% -
HSV(B) 63.75º 0.38% 0.83% -
XYZ 52.84 61.35 30.53 -
YUV 200.39 88.84 132 -
System Red Green Blue C M Y K H S L
Decimal 206 211 131 0.02 0 0.38 0.17 63.75 0.48 0.67
Hex CE D3 83 2 0 26 11 40 30 43
Octal 316 323 203 2 0 46 21 100 60 103
Binary 11001110 11010011 10000011 10 0 100110 10001 1000000 110000 1000011

Color Harmonies of #CED383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED383

Black with #CED383

Text Example


Text Example

White with #CED383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED383; }

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

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

background-color css

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

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

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

border-color css

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

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

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