Html Css Color HEX #CEDD93 Deco

📋 copy color: '#CEDD93'

red 206 ◦ green 221 ◦ blue 147

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

Shades of Deco #CEDD93

Tints of Deco #CEDD93

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.5%

 BLUE value IS 147 (57.81% from 255) = 25.61%

R = 35.89%
G = 38.5%
B = 25.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#CEDD93 (or 0xCEDD93) is known color: Deco. HEX triplet: CE, DD and 93. RGB value is (206,221,147). Sum of RGB (Red+Green+Blue) = 206+221+147=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD93 is #31226C. Grayscale: #D0D0D0. Windows color (decimal): -3220077 or 9690574. OLE color: 9690574.

HSL color Cylindrical-coordinate representation of color #CEDD93: hue angle of 72.16º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEDD93 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 147 -
CMYK 0.07 0 0.33 0.13
HSL 72.16º 0.52% 0.72% -
HSV(B) 72.16º 0.33% 0.87% -
XYZ 56.58 66.94 37.54 -
YUV 208.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 206 221 147 0.07 0 0.33 0.13 72.16 0.52 0.72
Hex CE DD 93 7 0 21 D 48 34 48
Octal 316 335 223 7 0 41 15 110 64 110
Binary 11001110 11011101 10010011 111 0 100001 1101 1001000 110100 1001000

Color Harmonies of #CEDD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD93

Black with #CEDD93

Text Example


Text Example

White with #CEDD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD93; }

 p { color: rgb(206,221,147); }

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

background-color css

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

 a { background-color: rgb(206,221,147); }

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

border-color css

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

 span { border-color: rgb(206,221,147); }

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