Html Css Color HEX #CED997 Deco

📋 copy color: '#CED997'

red 206 ◦ green 217 ◦ blue 151

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

Shades of Deco #CED997

Tints of Deco #CED997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.31%

R = 35.89%
G = 37.8%
B = 26.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#CED997 (or 0xCED997) is known color: Deco. HEX triplet: CE, D9 and 97. RGB value is (206,217,151). Sum of RGB (Red+Green+Blue) = 206+217+151=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 151 (59.38% from 255 or 26.31% from 574); Max value from RGB is 217 - color contains mainly: green. Hex color #CED997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED997 is #312668. Grayscale: #CECECE. Windows color (decimal): -3221097 or 9951694. OLE color: 9951694.

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

Color convert

RGB 206 217 151 -
CMYK 0.05 0 0.30 0.15
HSL 70º 0.46% 0.72% -
HSV(B) 70º 0.3% 0.85% -
XYZ 55.85 64.98 38.88 -
YUV 206.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 206 217 151 0.05 0 0.30 0.15 70 0.46 0.72
Hex CE D9 97 5 0 1E F 46 2E 48
Octal 316 331 227 5 0 36 17 106 56 110
Binary 11001110 11011001 10010111 101 0 11110 1111 1000110 101110 1001000

Color Harmonies of #CED997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED997

Black with #CED997

Text Example


Text Example

White with #CED997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED997; }

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

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

background-color css

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

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

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

border-color css

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

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

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