#FFDAFF

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

Shades of Selago #FFDAFF

Tints of Selago #FFDAFF

Color information

#FFDAFF (or 0xFFDAFF) is unknown color: approx Selago. HEX triplet: FF, DA and FF. RGB value is (255,218,255). Sum of RGB (Red+Green+Blue) = 255+218+255=728 (96% of max value = 765). Red value is 255 (100% from 255 or 35.03% from 728); Green value is 218 (85.55% from 255 or 29.95% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFDAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAFF is #002500. Grayscale: #E9E9E9. Windows color (decimal): -9473 or 16767743. OLE color: 16767743.

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

Color convert

RGB255218255-
CMYK00.1500
HSL300º100%92.75%-
HSV(B)300º14.51%100%-
XYZ84.3678.62105.34-
YUV233.28140.26143.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.03%
GREEN value IS 218 (85.55% from 255) = 29.95%
BLUE value IS 255 (100% from 255) = 35.03%
R=35.03%
G=29.95%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521825500.150030010092.75
HexFFDAFF0F0012c645d
Octal37733237701700454144135
Binary111111111101101011111111011110010010110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAFF; }

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

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

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

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

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

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

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

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