Html Css Color HEX #CEDB7E Deco

📋 copy color: '#CEDB7E'

red 206 ◦ green 219 ◦ blue 126

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

Shades of Deco #CEDB7E

Tints of Deco #CEDB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.87%

R = 37.39%
G = 39.75%
B = 22.87%

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

#CEDB7E (or 0xCEDB7E) is known color: Deco. HEX triplet: CE, DB and 7E. RGB value is (206,219,126). Sum of RGB (Red+Green+Blue) = 206+219+126=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 126 (49.61% from 255 or 22.87% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB7E is #312481. Grayscale: #CCCCCC. Windows color (decimal): -3220610 or 8313806. OLE color: 8313806.

HSL color Cylindrical-coordinate representation of color #CEDB7E: hue angle of 68.39º 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 #CEDB7E is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 219 126 -
CMYK 0.06 0 0.42 0.14
HSL 68.39º 0.56% 0.68% -
HSV(B) 68.39º 0.42% 0.86% -
XYZ 54.55 65.29 29.47 -
YUV 204.51 83.69 129.06 -
System Red Green Blue C M Y K H S L
Decimal 206 219 126 0.06 0 0.42 0.14 68.39 0.56 0.68
Hex CE DB 7E 6 0 2A E 44 38 44
Octal 316 333 176 6 0 52 16 104 70 104
Binary 11001110 11011011 1111110 110 0 101010 1110 1000100 111000 1000100

Color Harmonies of #CEDB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB7E

Black with #CEDB7E

Text Example


Text Example

White with #CEDB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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