Html Css Color HEX #CED992 Deco

📋 copy color: '#CED992'

red 206 ◦ green 217 ◦ blue 146

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

Shades of Deco #CED992

Tints of Deco #CED992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.66%

R = 36.2%
G = 38.14%
B = 25.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#CED992 (or 0xCED992) is known color: Deco. HEX triplet: CE, D9 and 92. RGB value is (206,217,146). Sum of RGB (Red+Green+Blue) = 206+217+146=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 146 (57.42% from 255 or 25.66% from 569); Max value from RGB is 217 - color contains mainly: green. Hex color #CED992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED992 is #31266D. Grayscale: #CDCDCD. Windows color (decimal): -3221102 or 9624014. OLE color: 9624014.

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

Color convert

RGB 206 217 146 -
CMYK 0.05 0 0.33 0.15
HSL 69.3º 0.48% 0.71% -
HSV(B) 69.3º 0.33% 0.85% -
XYZ 55.45 64.82 36.78 -
YUV 205.62 94.36 128.27 -
System Red Green Blue C M Y K H S L
Decimal 206 217 146 0.05 0 0.33 0.15 69.3 0.48 0.71
Hex CE D9 92 5 0 21 F 45 30 47
Octal 316 331 222 5 0 41 17 105 60 107
Binary 11001110 11011001 10010010 101 0 100001 1111 1000101 110000 1000111

Color Harmonies of #CED992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED992

Black with #CED992

Text Example


Text Example

White with #CED992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED992; }

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

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

background-color css

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

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

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

border-color css

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

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

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