Html Css Color HEX #E6CADA Prim

📋 copy color: '#E6CADA'

red 230 ◦ green 202 ◦ blue 218

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

Shades of Prim #E6CADA

Tints of Prim #E6CADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.54%

R = 35.38%
G = 31.08%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6CADA (or 0xE6CADA) is known color: Prim. HEX triplet: E6, CA and DA. RGB value is (230,202,218). Sum of RGB (Red+Green+Blue) = 230+202+218=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CADA is #193525. Grayscale: #D4D4D4. Windows color (decimal): -1652006 or 14338790. OLE color: 14338790.

HSL color Cylindrical-coordinate representation of color #E6CADA: hue angle of 325.71º 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 #E6CADA is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 202 218 -
CMYK 0 0.12 0.05 0.10
HSL 325.71º 0.36% 0.85% -
HSV(B) 325.71º 0.12% 0.9% -
XYZ 66.41 64.13 75.21 -
YUV 212.2 131.28 140.7 -
System Red Green Blue C M Y K H S L
Decimal 230 202 218 0 0.12 0.05 0.10 325.71 0.36 0.85
Hex E6 CA DA 0 C 5 A 146 24 55
Octal 346 312 332 0 14 5 12 506 44 125
Binary 11100110 11001010 11011010 0 1100 101 1010 101000110 100100 1010101

Color Harmonies of #E6CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CADA

Black with #E6CADA

Text Example


Text Example

White with #E6CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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