#FFFFDD

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

Shades of Light Yellow #FFFFDD

Tints of Light Yellow #FFFFDD

Color information

#FFFFDD (or 0xFFFFDD) is unknown color: approx Light Yellow. HEX triplet: FF, FF and DD. RGB value is (255,255,221). Sum of RGB (Red+Green+Blue) = 255+255+221=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 221 (86.72% from 255 or 30.23% from 731); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFDD is #000022. Grayscale: #FBFBFB. Windows color (decimal): -35 or 14548991. OLE color: 14548991.

HSL color Cylindrical-coordinate representation of color #FFFFDD: hue angle of 60º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFFFDD is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255255221-
CMYK000.130
HSL60º100%93.33%-
HSV(B)60º13.33%100%-
XYZ90.059882.58-
YUV251.12111130.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.88%
GREEN value IS 255 (100% from 255) = 34.88%
BLUE value IS 221 (86.72% from 255) = 30.23%
R=34.88%
G=34.88%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255221000.1306010093.33
HexFFFFDD00D03c645d
Octal3773773350015074144135
Binary111111111111111111011101001101011110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFDD; }

 p { color: rgb(255,255,221); }

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

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

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

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

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

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

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