#FFDCFF

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

Shades of Selago #FFDCFF

Tints of Selago #FFDCFF

Color information

#FFDCFF (or 0xFFDCFF) is unknown color: approx Selago. HEX triplet: FF, DC and FF. RGB value is (255,220,255). Sum of RGB (Red+Green+Blue) = 255+220+255=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 220 (86.33% from 255 or 30.14% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFDCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCFF is #002300. Grayscale: #EAEAEA. Windows color (decimal): -8961 or 16768255. OLE color: 16768255.

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

Color convert

RGB255220255-
CMYK00.1400
HSL300º100%93.14%-
HSV(B)300º13.73%100%-
XYZ84.8879.67105.51-
YUV234.46139.6142.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.93%
GREEN value IS 220 (86.33% from 255) = 30.14%
BLUE value IS 255 (100% from 255) = 34.93%
R=34.93%
G=30.14%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522025500.140030010093.14
HexFFDCFF0E0012c645d
Octal37733437701600454144135
Binary111111111101110011111111011100010010110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCFF; }

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

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

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

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

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

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

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

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