Html Css Color HEX #ECCAD6 Prim

📋 copy color: '#ECCAD6'

red 236 ◦ green 202 ◦ blue 214

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

Shades of Prim #ECCAD6

Tints of Prim #ECCAD6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.98%

 BLUE value IS 214 (83.98% from 255) = 32.82%

R = 36.2%
G = 30.98%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ECCAD6 (or 0xECCAD6) is known color: Prim. HEX triplet: EC, CA and D6. RGB value is (236,202,214). Sum of RGB (Red+Green+Blue) = 236+202+214=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAD6 is #133529. Grayscale: #D5D5D5. Windows color (decimal): -1258794 or 14076652. OLE color: 14076652.

HSL color Cylindrical-coordinate representation of color #ECCAD6: hue angle of 338.82º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCAD6 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 202 214 -
CMYK 0 0.14 0.09 0.07
HSL 338.82º 0.47% 0.86% -
HSV(B) 338.82º 0.14% 0.93% -
XYZ 67.85 64.93 72.57 -
YUV 213.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 236 202 214 0 0.14 0.09 0.07 338.82 0.47 0.86
Hex EC CA D6 0 E 9 7 153 2F 56
Octal 354 312 326 0 16 11 7 523 57 126
Binary 11101100 11001010 11010110 0 1110 1001 111 101010011 101111 1010110

Color Harmonies of #ECCAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCAD6

Black with #ECCAD6

Text Example


Text Example

White with #ECCAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCAD6; }

 p { color: rgb(236,202,214); }

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

background-color css

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

 a { background-color: rgb(236,202,214); }

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

border-color css

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

 span { border-color: rgb(236,202,214); }

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