#FFDEFF

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

Shades of Selago #FFDEFF

Tints of Selago #FFDEFF

Color information

#FFDEFF (or 0xFFDEFF) is unknown color: approx Selago. HEX triplet: FF, DE and FF. RGB value is (255,222,255). Sum of RGB (Red+Green+Blue) = 255+222+255=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 222 (87.11% from 255 or 30.33% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFDEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEFF is #002100. Grayscale: #EBEBEB. Windows color (decimal): -8449 or 16768767. OLE color: 16768767.

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

Color convert

RGB255222255-
CMYK00.1300
HSL300º100%93.53%-
HSV(B)300º12.94%100%-
XYZ85.4180.72105.69-
YUV235.63138.93141.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.84%
GREEN value IS 222 (87.11% from 255) = 30.33%
BLUE value IS 255 (100% from 255) = 34.84%
R=34.84%
G=30.33%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522225500.130030010093.53
HexFFDEFF0D0012c645e
Octal37733637701500454144136
Binary111111111101111011111111011010010010110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEFF; }

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

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

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

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

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

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

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

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