Html Css Color HEX #ECC8D5 Prim

📋 copy color: '#ECC8D5'

red 236 ◦ green 200 ◦ blue 213

#ECC8D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prim #ECC8D5

Tints of Prim #ECC8D5

RGB

 RED value IS 236 (92.58% from 255) = 36.36%

 GREEN value IS 200 (78.52% from 255) = 30.82%

 BLUE value IS 213 (83.59% from 255) = 32.82%

R = 36.36%
G = 30.82%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ECC8D5 (or 0xECC8D5) is known color: Prim. HEX triplet: EC, C8 and D5. RGB value is (236,200,213). Sum of RGB (Red+Green+Blue) = 236+200+213=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 200 (78.52% from 255 or 30.82% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8D5 is #13372A. Grayscale: #D4D4D4. Windows color (decimal): -1259307 or 14010604. OLE color: 14010604.

HSL color Cylindrical-coordinate representation of color #ECC8D5: hue angle of 338.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC8D5 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 200 213 -
CMYK 0 0.15 0.10 0.07
HSL 338.33º 0.49% 0.85% -
HSV(B) 338.33º 0.15% 0.93% -
XYZ 67.26 63.95 71.75 -
YUV 212.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 236 200 213 0 0.15 0.10 0.07 338.33 0.49 0.85
Hex EC C8 D5 0 F A 7 152 31 55
Octal 354 310 325 0 17 12 7 522 61 125
Binary 11101100 11001000 11010101 0 1111 1010 111 101010010 110001 1010101

Color Harmonies of #ECC8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC8D5

Black with #ECC8D5

Text Example


Text Example

White with #ECC8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC8D5; }

 p { color: rgb(236,200,213); }

 H1.HeaderClassName
 {
   color: #ECC8D5;
 }
 .AnyTagClassName
 {
   color: #ECC8D5;
 }
</style>

background-color css

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

 a { background-color: rgb(236,200,213); }

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

border-color css

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

 span { border-color: rgb(236,200,213); }

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