#FFD3DC

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

Shades of Cherub #FFD3DC

Tints of Cherub #FFD3DC

Color information

#FFD3DC (or 0xFFD3DC) is unknown color: approx Cherub. HEX triplet: FF, D3 and DC. RGB value is (255,211,220). Sum of RGB (Red+Green+Blue) = 255+211+220=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 211 (82.81% from 255 or 30.76% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3DC is #002C23. Grayscale: #E1E1E1. Windows color (decimal): -11300 or 14472191. OLE color: 14472191.

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

Color convert

RGB255211220-
CMYK00.170.140
HSL347.73º100%91.37%-
HSV(B)347.73º17.25%100%-
XYZ77.4573.0277.72-
YUV225.18125.08149.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 211 (82.81% from 255) = 30.76%
BLUE value IS 220 (86.33% from 255) = 32.07%
R=37.17%
G=30.76%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521122000.170.140347.7310091.37
HexFFD3DC011E015c645b
Octal377323334021160534144133
Binary1111111111010011110111000100011110010101110011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD3DC; }

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

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

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

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

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

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

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

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