Html Css Color HEX #E6CCDB Prim

📋 copy color: '#E6CCDB'

red 230 ◦ green 204 ◦ blue 219

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

Shades of Prim #E6CCDB

Tints of Prim #E6CCDB

RGB

 RED value IS 230 (90.23% from 255) = 35.22%

 GREEN value IS 204 (80.08% from 255) = 31.24%

 BLUE value IS 219 (85.94% from 255) = 33.54%

R = 35.22%
G = 31.24%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6CCDB (or 0xE6CCDB) is known color: Prim. HEX triplet: E6, CC and DB. RGB value is (230,204,219). Sum of RGB (Red+Green+Blue) = 230+204+219=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCDB is #193324. Grayscale: #D5D5D5. Windows color (decimal): -1651493 or 14404838. OLE color: 14404838.

HSL color Cylindrical-coordinate representation of color #E6CCDB: hue angle of 325.38º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CCDB is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 204 219 -
CMYK 0 0.11 0.05 0.10
HSL 325.38º 0.34% 0.85% -
HSV(B) 325.38º 0.11% 0.9% -
XYZ 67.01 65.12 76.06 -
YUV 213.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 230 204 219 0 0.11 0.05 0.10 325.38 0.34 0.85
Hex E6 CC DB 0 B 5 A 145 22 55
Octal 346 314 333 0 13 5 12 505 42 125
Binary 11100110 11001100 11011011 0 1011 101 1010 101000101 100010 1010101

Color Harmonies of #E6CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CCDB

Black with #E6CCDB

Text Example


Text Example

White with #E6CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CCDB; }

 p { color: rgb(230,204,219); }

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

background-color css

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

 a { background-color: rgb(230,204,219); }

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

border-color css

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

 span { border-color: rgb(230,204,219); }

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