#DDEB94

Color #DDEB94 Jonquil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jonquil #DDEB94

Tints of Jonquil #DDEB94

Color information

#DDEB94 (or 0xDDEB94) is unknown color: approx Jonquil. HEX triplet: DD, EB and 94. RGB value is (221,235,148). Sum of RGB (Red+Green+Blue) = 221+235+148=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEB94 is #22146B. Grayscale: #DDDDDD. Windows color (decimal): -2233452 or 9759709. OLE color: 9759709.

HSL color Cylindrical-coordinate representation of color #DDEB94: hue angle of 69.66º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDEB94 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB221235148-
CMYK0.0600.370.08
HSL69.66º68.5%75.1%-
HSV(B)69.66º37.02%92.16%-
XYZ64.8776.9339.45-
YUV220.986.86128.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 148 (58.20% from 255) = 24.50%
R=36.59%
G=38.91%
B=24.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212351480.0600.370.0869.6668.575.1
HexDDEB946025846454b
Octal335353224604510106105113
Binary11011101111010111001010011001001011000100011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEB94; }

 p { color: rgb(221,235,148); }

 H1.HeaderClassName
 {
   color: #DDEB94;
 }
 .AnyTagClassName
 {
   color: #DDEB94;
 }
</style>
background-color css

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

 a { background-color: rgb(221,235,148); }

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

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

 span { border-color: rgb(221,235,148); }

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