Html Css Color HEX #CED996 Deco

📋 copy color: '#CED996'

red 206 ◦ green 217 ◦ blue 150

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

Shades of Deco #CED996

Tints of Deco #CED996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.18%

R = 35.95%
G = 37.87%
B = 26.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#CED996 (or 0xCED996) is known color: Deco. HEX triplet: CE, D9 and 96. RGB value is (206,217,150). Sum of RGB (Red+Green+Blue) = 206+217+150=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #CED996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED996 is #312669. Grayscale: #CECECE. Windows color (decimal): -3221098 or 9886158. OLE color: 9886158.

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

Color convert

RGB 206 217 150 -
CMYK 0.05 0 0.31 0.15
HSL 69.85º 0.47% 0.72% -
HSV(B) 69.85º 0.31% 0.85% -
XYZ 55.77 64.95 38.45 -
YUV 206.07 96.36 127.95 -
System Red Green Blue C M Y K H S L
Decimal 206 217 150 0.05 0 0.31 0.15 69.85 0.47 0.72
Hex CE D9 96 5 0 1F F 46 2F 48
Octal 316 331 226 5 0 37 17 106 57 110
Binary 11001110 11011001 10010110 101 0 11111 1111 1000110 101111 1001000

Color Harmonies of #CED996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED996

Black with #CED996

Text Example


Text Example

White with #CED996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED996; }

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

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

background-color css

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

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

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

border-color css

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

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

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