Html Css Color HEX #CED291 Deco

📋 copy color: '#CED291'

red 206 ◦ green 210 ◦ blue 145

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

Shades of Deco #CED291

Tints of Deco #CED291

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.43%

 BLUE value IS 145 (57.03% from 255) = 25.85%

R = 36.72%
G = 37.43%
B = 25.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#CED291 (or 0xCED291) is known color: Deco. HEX triplet: CE, D2 and 91. RGB value is (206,210,145). Sum of RGB (Red+Green+Blue) = 206+210+145=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 145 (57.03% from 255 or 25.85% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #CED291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED291 is #312D6E. Grayscale: #C9C9C9. Windows color (decimal): -3222895 or 9556686. OLE color: 9556686.

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

Color convert

RGB 206 210 145 -
CMYK 0.02 0 0.31 0.18
HSL 63.69º 0.42% 0.7% -
HSV(B) 63.69º 0.31% 0.82% -
XYZ 53.61 61.26 35.79 -
YUV 201.39 96.17 131.29 -
System Red Green Blue C M Y K H S L
Decimal 206 210 145 0.02 0 0.31 0.18 63.69 0.42 0.7
Hex CE D2 91 2 0 1F 12 40 2A 46
Octal 316 322 221 2 0 37 22 100 52 106
Binary 11001110 11010010 10010001 10 0 11111 10010 1000000 101010 1000110

Color Harmonies of #CED291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED291

Black with #CED291

Text Example


Text Example

White with #CED291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED291; }

 p { color: rgb(206,210,145); }

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

background-color css

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

 a { background-color: rgb(206,210,145); }

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

border-color css

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

 span { border-color: rgb(206,210,145); }

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