#ECCFDA

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

Shades of Prim #ECCFDA

Tints of Prim #ECCFDA

Color information

#ECCFDA (or 0xECCFDA) is unknown color: approx Prim. HEX triplet: EC, CF and DA. RGB value is (236,207,218). Sum of RGB (Red+Green+Blue) = 236+207+218=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFDA is #133025. Grayscale: #D8D8D8. Windows color (decimal): -1257510 or 14340076. OLE color: 14340076.

HSL color Cylindrical-coordinate representation of color #ECCFDA: hue angle of 337.24º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECCFDA is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB236207218-
CMYK00.120.080.07
HSL337.24º43.28%86.86%-
HSV(B)337.24º12.29%92.55%-
XYZ69.5667.5275.7-
YUV216.92128.61141.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.70%
GREEN value IS 207 (81.25% from 255) = 31.32%
BLUE value IS 218 (85.55% from 255) = 32.98%
R=35.70%
G=31.32%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620721800.120.080.07337.2443.2886.86
HexECCFDA0C871512b57
Octal35431733201410752153127
Binary1110110011001111110110100110010001111010100011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFDA; }

 p { color: rgb(236,207,218); }

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

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

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

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

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

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

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