Html Css Color HEX #ECCBD6 Prim

📋 copy color: '#ECCBD6'

red 236 ◦ green 203 ◦ blue 214

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

Shades of Prim #ECCBD6

Tints of Prim #ECCBD6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.09%

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

R = 36.14%
G = 31.09%
B = 32.77%

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

#ECCBD6 (or 0xECCBD6) is known color: Prim. HEX triplet: EC, CB and D6. RGB value is (236,203,214). Sum of RGB (Red+Green+Blue) = 236+203+214=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBD6 is #133429. Grayscale: #D6D6D6. Windows color (decimal): -1258538 or 14076908. OLE color: 14076908.

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

Color convert

RGB 236 203 214 -
CMYK 0 0.14 0.09 0.07
HSL 340º 0.46% 0.86% -
HSV(B) 340º 0.14% 0.93% -
XYZ 68.09 65.4 72.65 -
YUV 214.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 236 203 214 0 0.14 0.09 0.07 340 0.46 0.86
Hex EC CB D6 0 E 9 7 154 2E 56
Octal 354 313 326 0 16 11 7 524 56 126
Binary 11101100 11001011 11010110 0 1110 1001 111 101010100 101110 1010110

Color Harmonies of #ECCBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCBD6

Black with #ECCBD6

Text Example


Text Example

White with #ECCBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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