Html Css Color HEX #EFCCD1 Pale Rose

📋 copy color: '#EFCCD1'

red 239 ◦ green 204 ◦ blue 209

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

Shades of Pale Rose #EFCCD1

Tints of Pale Rose #EFCCD1

RGB

 RED value IS 239 (93.75% from 255) = 36.66%

 GREEN value IS 204 (80.08% from 255) = 31.29%

 BLUE value IS 209 (82.03% from 255) = 32.06%

R = 36.66%
G = 31.29%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFCCD1 (or 0xEFCCD1) is known color: Pale Rose. HEX triplet: EF, CC and D1. RGB value is (239,204,209). Sum of RGB (Red+Green+Blue) = 239+204+209=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCD1 is #10332E. Grayscale: #D7D7D7. Windows color (decimal): -1061679 or 13749487. OLE color: 13749487.

HSL color Cylindrical-coordinate representation of color #EFCCD1: hue angle of 351.43º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCCD1 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 204 209 -
CMYK 0 0.15 0.13 0.06
HSL 351.43º 0.52% 0.87% -
HSV(B) 351.43º 0.15% 0.94% -
XYZ 68.7 66.14 69.47 -
YUV 215.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 239 204 209 0 0.15 0.13 0.06 351.43 0.52 0.87
Hex EF CC D1 0 F D 6 15F 34 57
Octal 357 314 321 0 17 15 6 537 64 127
Binary 11101111 11001100 11010001 0 1111 1101 110 101011111 110100 1010111

Color Harmonies of #EFCCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCD1

Black with #EFCCD1

Text Example


Text Example

White with #EFCCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCD1; }

 p { color: rgb(239,204,209); }

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

background-color css

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

 a { background-color: rgb(239,204,209); }

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

border-color css

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

 span { border-color: rgb(239,204,209); }

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