#FFDCEE

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

Shades of Pig Pink #FFDCEE

Tints of Pig Pink #FFDCEE

Color information

#FFDCEE (or 0xFFDCEE) is unknown color: approx Pig Pink. HEX triplet: FF, DC and EE. RGB value is (255,220,238). Sum of RGB (Red+Green+Blue) = 255+220+238=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCEE is #002311. Grayscale: #E8E8E8. Windows color (decimal): -8978 or 15654143. OLE color: 15654143.

HSL color Cylindrical-coordinate representation of color #FFDCEE: hue angle of 329.14º 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 #FFDCEE is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255220238-
CMYK00.140.070
HSL329.14º100%93.14%-
HSV(B)329.14º13.73%100%-
XYZ82.2778.6291.73-
YUV232.52131.1144.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.76%
GREEN value IS 220 (86.33% from 255) = 30.86%
BLUE value IS 238 (93.36% from 255) = 33.38%
R=35.76%
G=30.86%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522023800.140.070329.1410093.14
HexFFDCEE0E70149645d
Octal37733435601670511144135
Binary11111111110111001110111001110111010100100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCEE; }

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

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

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

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

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

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

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

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