Html Css Color HEX #EECBCF Pale Rose

📋 copy color: '#EECBCF'

red 238 ◦ green 203 ◦ blue 207

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

Shades of Pale Rose #EECBCF

Tints of Pale Rose #EECBCF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.33%

 BLUE value IS 207 (81.25% from 255) = 31.94%

R = 36.73%
G = 31.33%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EECBCF (or 0xEECBCF) is known color: Pale Rose. HEX triplet: EE, CB and CF. RGB value is (238,203,207). Sum of RGB (Red+Green+Blue) = 238+203+207=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBCF is #113430. Grayscale: #D5D5D5. Windows color (decimal): -1127473 or 13618158. OLE color: 13618158.

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

Color convert

RGB 238 203 207 -
CMYK 0 0.15 0.13 0.07
HSL 353.14º 0.51% 0.86% -
HSV(B) 353.14º 0.15% 0.93% -
XYZ 67.88 65.39 68.08 -
YUV 213.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 238 203 207 0 0.15 0.13 0.07 353.14 0.51 0.86
Hex EE CB CF 0 F D 7 161 33 56
Octal 356 313 317 0 17 15 7 541 63 126
Binary 11101110 11001011 11001111 0 1111 1101 111 101100001 110011 1010110

Color Harmonies of #EECBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECBCF

Black with #EECBCF

Text Example


Text Example

White with #EECBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECBCF; }

 p { color: rgb(238,203,207); }

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

background-color css

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

 a { background-color: rgb(238,203,207); }

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

border-color css

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

 span { border-color: rgb(238,203,207); }

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