Html Css Color HEX #CEDD7E Deco

📋 copy color: '#CEDD7E'

red 206 ◦ green 221 ◦ blue 126

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

Shades of Deco #CEDD7E

Tints of Deco #CEDD7E

RGB

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

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

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

R = 37.25%
G = 39.96%
B = 22.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#CEDD7E (or 0xCEDD7E) is known color: Deco. HEX triplet: CE, DD and 7E. RGB value is (206,221,126). Sum of RGB (Red+Green+Blue) = 206+221+126=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD7E is #312281. Grayscale: #CECECE. Windows color (decimal): -3220098 or 8314318. OLE color: 8314318.

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

Color convert

RGB 206 221 126 -
CMYK 0.07 0 0.43 0.13
HSL 69.47º 0.58% 0.68% -
HSV(B) 69.47º 0.43% 0.87% -
XYZ 55.08 66.34 29.64 -
YUV 205.69 83.03 128.22 -
System Red Green Blue C M Y K H S L
Decimal 206 221 126 0.07 0 0.43 0.13 69.47 0.58 0.68
Hex CE DD 7E 7 0 2B D 45 3A 44
Octal 316 335 176 7 0 53 15 105 72 104
Binary 11001110 11011101 1111110 111 0 101011 1101 1000101 111010 1000100

Color Harmonies of #CEDD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD7E

Black with #CEDD7E

Text Example


Text Example

White with #CEDD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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