Html Css Color HEX #EECDCE Pale Rose

📋 copy color: '#EECDCE'

red 238 ◦ green 205 ◦ blue 206

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

Shades of Pale Rose #EECDCE

Tints of Pale Rose #EECDCE

RGB

 RED value IS 238 (93.36% from 255) = 36.67%

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

 BLUE value IS 206 (80.86% from 255) = 31.74%

R = 36.67%
G = 31.59%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EECDCE (or 0xEECDCE) is known color: Pale Rose. HEX triplet: EE, CD and CE. RGB value is (238,205,206). Sum of RGB (Red+Green+Blue) = 238+205+206=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDCE is #113231. Grayscale: #D7D7D7. Windows color (decimal): -1126962 or 13553134. OLE color: 13553134.

HSL color Cylindrical-coordinate representation of color #EECDCE: hue angle of 358.18º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECDCE is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 205 206 -
CMYK 0 0.14 0.13 0.07
HSL 358.18º 0.49% 0.87% -
HSV(B) 358.18º 0.14% 0.93% -
XYZ 68.23 66.3 67.59 -
YUV 214.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 238 205 206 0 0.14 0.13 0.07 358.18 0.49 0.87
Hex EE CD CE 0 E D 7 166 31 57
Octal 356 315 316 0 16 15 7 546 61 127
Binary 11101110 11001101 11001110 0 1110 1101 111 101100110 110001 1010111

Color Harmonies of #EECDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDCE

Black with #EECDCE

Text Example


Text Example

White with #EECDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDCE; }

 p { color: rgb(238,205,206); }

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

background-color css

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

 a { background-color: rgb(238,205,206); }

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

border-color css

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

 span { border-color: rgb(238,205,206); }

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