Html Css Color HEX #CED696 Deco

📋 copy color: '#CED696'

red 206 ◦ green 214 ◦ blue 150

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

Shades of Deco #CED696

Tints of Deco #CED696

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.54%

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

R = 36.14%
G = 37.54%
B = 26.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#CED696 (or 0xCED696) is known color: Deco. HEX triplet: CE, D6 and 96. RGB value is (206,214,150). Sum of RGB (Red+Green+Blue) = 206+214+150=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 214 - color contains mainly: green. Hex color #CED696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED696 is #312969. Grayscale: #CCCCCC. Windows color (decimal): -3221866 or 9885390. OLE color: 9885390.

HSL color Cylindrical-coordinate representation of color #CED696: hue angle of 67.5º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CED696 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 150 -
CMYK 0.04 0 0.30 0.16
HSL 67.5º 0.44% 0.71% -
HSV(B) 67.5º 0.3% 0.84% -
XYZ 55.01 63.42 38.2 -
YUV 204.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 206 214 150 0.04 0 0.30 0.16 67.5 0.44 0.71
Hex CE D6 96 4 0 1E 10 44 2C 47
Octal 316 326 226 4 0 36 20 104 54 107
Binary 11001110 11010110 10010110 100 0 11110 10000 1000100 101100 1000111

Color Harmonies of #CED696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED696

Black with #CED696

Text Example


Text Example

White with #CED696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED696; }

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

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

background-color css

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

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

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

border-color css

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

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

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