Html Css Color HEX #CED688 Deco

📋 copy color: '#CED688'

red 206 ◦ green 214 ◦ blue 136

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

Shades of Deco #CED688

Tints of Deco #CED688

RGB

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

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

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

R = 37.05%
G = 38.49%
B = 24.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#CED688 (or 0xCED688) is known color: Deco. HEX triplet: CE, D6 and 88. RGB value is (206,214,136). Sum of RGB (Red+Green+Blue) = 206+214+136=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 214 - color contains mainly: green. Hex color #CED688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED688 is #312977. Grayscale: #CBCBCB. Windows color (decimal): -3221880 or 8967886. OLE color: 8967886.

HSL color Cylindrical-coordinate representation of color #CED688: hue angle of 66.15º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CED688 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 136 -
CMYK 0.04 0 0.36 0.16
HSL 66.15º 0.49% 0.69% -
HSV(B) 66.15º 0.36% 0.84% -
XYZ 53.94 62.99 32.61 -
YUV 202.72 90.35 130.34 -
System Red Green Blue C M Y K H S L
Decimal 206 214 136 0.04 0 0.36 0.16 66.15 0.49 0.69
Hex CE D6 88 4 0 24 10 42 31 45
Octal 316 326 210 4 0 44 20 102 61 105
Binary 11001110 11010110 10001000 100 0 100100 10000 1000010 110001 1000101

Color Harmonies of #CED688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED688

Black with #CED688

Text Example


Text Example

White with #CED688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED688; }

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

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

background-color css

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

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

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

border-color css

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

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

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