Html Css Color HEX #CED488 Deco

📋 copy color: '#CED488'

red 206 ◦ green 212 ◦ blue 136

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

Shades of Deco #CED488

Tints of Deco #CED488

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.27%

 BLUE value IS 136 (53.52% from 255) = 24.55%

R = 37.18%
G = 38.27%
B = 24.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#CED488 (or 0xCED488) is known color: Deco. HEX triplet: CE, D4 and 88. RGB value is (206,212,136). Sum of RGB (Red+Green+Blue) = 206+212+136=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 212 - color contains mainly: green. Hex color #CED488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED488 is #312B77. Grayscale: #C9C9C9. Windows color (decimal): -3222392 or 8967374. OLE color: 8967374.

HSL color Cylindrical-coordinate representation of color #CED488: hue angle of 64.74º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CED488 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 212 136 -
CMYK 0.03 0 0.36 0.17
HSL 64.74º 0.47% 0.68% -
HSV(B) 64.74º 0.36% 0.83% -
XYZ 53.44 61.99 32.44 -
YUV 201.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 206 212 136 0.03 0 0.36 0.17 64.74 0.47 0.68
Hex CE D4 88 3 0 24 11 41 2F 44
Octal 316 324 210 3 0 44 21 101 57 104
Binary 11001110 11010100 10001000 11 0 100100 10001 1000001 101111 1000100

Color Harmonies of #CED488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED488

Black with #CED488

Text Example


Text Example

White with #CED488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED488; }

 p { color: rgb(206,212,136); }

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

background-color css

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

 a { background-color: rgb(206,212,136); }

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

border-color css

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

 span { border-color: rgb(206,212,136); }

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