Html Css Color HEX #CEDB80 Deco

📋 copy color: '#CEDB80'

red 206 ◦ green 219 ◦ blue 128

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

Shades of Deco #CEDB80

Tints of Deco #CEDB80

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.6%

 BLUE value IS 128 (50.39% from 255) = 23.15%

R = 37.25%
G = 39.6%
B = 23.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#CEDB80 (or 0xCEDB80) is known color: Deco. HEX triplet: CE, DB and 80. RGB value is (206,219,128). Sum of RGB (Red+Green+Blue) = 206+219+128=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB80 is #31247F. Grayscale: #CDCDCD. Windows color (decimal): -3220608 or 8444878. OLE color: 8444878.

HSL color Cylindrical-coordinate representation of color #CEDB80: hue angle of 68.57º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEDB80 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 219 128 -
CMYK 0.06 0 0.42 0.14
HSL 68.57º 0.56% 0.68% -
HSV(B) 68.57º 0.42% 0.86% -
XYZ 54.68 65.34 30.15 -
YUV 204.74 84.69 128.9 -
System Red Green Blue C M Y K H S L
Decimal 206 219 128 0.06 0 0.42 0.14 68.57 0.56 0.68
Hex CE DB 80 6 0 2A E 45 38 44
Octal 316 333 200 6 0 52 16 105 70 104
Binary 11001110 11011011 10000000 110 0 101010 1110 1000101 111000 1000100

Color Harmonies of #CEDB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB80

Black with #CEDB80

Text Example


Text Example

White with #CEDB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB80; }

 p { color: rgb(206,219,128); }

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

background-color css

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

 a { background-color: rgb(206,219,128); }

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

border-color css

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

 span { border-color: rgb(206,219,128); }

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