#FFD2FF

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

Shades of Snuff #FFD2FF

Tints of Snuff #FFD2FF

Color information

#FFD2FF (or 0xFFD2FF) is unknown color: approx Snuff. HEX triplet: FF, D2 and FF. RGB value is (255,210,255). Sum of RGB (Red+Green+Blue) = 255+210+255=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 210 (82.42% from 255 or 29.17% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFD2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD2FF is #002D00. Grayscale: #E4E4E4. Windows color (decimal): -11521 or 16765695. OLE color: 16765695.

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

Color convert

RGB255210255-
CMYK00.1800
HSL300º100%91.18%-
HSV(B)300º17.65%100%-
XYZ82.3474.57104.66-
YUV228.58142.91146.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.42%
GREEN value IS 210 (82.42% from 255) = 29.17%
BLUE value IS 255 (100% from 255) = 35.42%
R=35.42%
G=29.17%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521025500.180030010091.18
HexFFD2FF0120012c645b
Octal37732237702200454144133
Binary1111111111010010111111110100100010010110011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2FF; }

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

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

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

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

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

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

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

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