Html Css Color HEX #E4CDDB Prim

📋 copy color: '#E4CDDB'

red 228 ◦ green 205 ◦ blue 219

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

Shades of Prim #E4CDDB

Tints of Prim #E4CDDB

RGB

 RED value IS 228 (89.45% from 255) = 34.97%

 GREEN value IS 205 (80.47% from 255) = 31.44%

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

R = 34.97%
G = 31.44%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E4CDDB (or 0xE4CDDB) is known color: Prim. HEX triplet: E4, CD and DB. RGB value is (228,205,219). Sum of RGB (Red+Green+Blue) = 228+205+219=652 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.97% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CDDB is #1B3224. Grayscale: #D5D5D5. Windows color (decimal): -1782309 or 14405092. OLE color: 14405092.

HSL color Cylindrical-coordinate representation of color #E4CDDB: hue angle of 323.48º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4CDDB is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 205 219 -
CMYK 0 0.10 0.04 0.11
HSL 323.48º 0.3% 0.85% -
HSV(B) 323.48º 0.1% 0.89% -
XYZ 66.61 65.27 76.11 -
YUV 213.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 228 205 219 0 0.10 0.04 0.11 323.48 0.3 0.85
Hex E4 CD DB 0 A 4 B 143 1E 55
Octal 344 315 333 0 12 4 13 503 36 125
Binary 11100100 11001101 11011011 0 1010 100 1011 101000011 11110 1010101

Color Harmonies of #E4CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CDDB

Black with #E4CDDB

Text Example


Text Example

White with #E4CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CDDB; }

 p { color: rgb(228,205,219); }

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

background-color css

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

 a { background-color: rgb(228,205,219); }

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

border-color css

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

 span { border-color: rgb(228,205,219); }

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