Html Css Color HEX #E6CDD0 Pale Rose

📋 copy color: '#E6CDD0'

red 230 ◦ green 205 ◦ blue 208

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

Shades of Pale Rose #E6CDD0

Tints of Pale Rose #E6CDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.35%

R = 35.77%
G = 31.88%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E6CDD0 (or 0xE6CDD0) is known color: Pale Rose. HEX triplet: E6, CD and D0. RGB value is (230,205,208). Sum of RGB (Red+Green+Blue) = 230+205+208=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDD0 is #19322F. Grayscale: #D4D4D4. Windows color (decimal): -1651248 or 13684198. OLE color: 13684198.

HSL color Cylindrical-coordinate representation of color #E6CDD0: hue angle of 352.8º degrees, saturation: 0.33, 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 #E6CDD0 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 205 208 -
CMYK 0 0.11 0.10 0.10
HSL 352.8º 0.33% 0.85% -
HSV(B) 352.8º 0.11% 0.9% -
XYZ 65.85 65.04 68.76 -
YUV 212.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 230 205 208 0 0.11 0.10 0.10 352.8 0.33 0.85
Hex E6 CD D0 0 B A A 161 21 55
Octal 346 315 320 0 13 12 12 541 41 125
Binary 11100110 11001101 11010000 0 1011 1010 1010 101100001 100001 1010101

Color Harmonies of #E6CDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CDD0

Black with #E6CDD0

Text Example


Text Example

White with #E6CDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CDD0; }

 p { color: rgb(230,205,208); }

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

background-color css

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

 a { background-color: rgb(230,205,208); }

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

border-color css

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

 span { border-color: rgb(230,205,208); }

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