Html Css Color HEX #E6CAD4 Prim

📋 copy color: '#E6CAD4'

red 230 ◦ green 202 ◦ blue 212

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

Shades of Prim #E6CAD4

Tints of Prim #E6CAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.92%

R = 35.71%
G = 31.37%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E6CAD4 (or 0xE6CAD4) is known color: Prim. HEX triplet: E6, CA and D4. RGB value is (230,202,212). Sum of RGB (Red+Green+Blue) = 230+202+212=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CAD4 is #19352B. Grayscale: #D3D3D3. Windows color (decimal): -1652012 or 13945574. OLE color: 13945574.

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

Color convert

RGB 230 202 212 -
CMYK 0 0.12 0.08 0.10
HSL 338.57º 0.36% 0.85% -
HSV(B) 338.57º 0.12% 0.9% -
XYZ 65.64 63.82 71.15 -
YUV 211.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 230 202 212 0 0.12 0.08 0.10 338.57 0.36 0.85
Hex E6 CA D4 0 C 8 A 153 24 55
Octal 346 312 324 0 14 10 12 523 44 125
Binary 11100110 11001010 11010100 0 1100 1000 1010 101010011 100100 1010101

Color Harmonies of #E6CAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CAD4

Black with #E6CAD4

Text Example


Text Example

White with #E6CAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CAD4; }

 p { color: rgb(230,202,212); }

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

background-color css

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

 a { background-color: rgb(230,202,212); }

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

border-color css

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

 span { border-color: rgb(230,202,212); }

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