Html Css Color HEX #EFCFD2 Pale Rose

📋 copy color: '#EFCFD2'

red 239 ◦ green 207 ◦ blue 210

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

Shades of Pale Rose #EFCFD2

Tints of Pale Rose #EFCFD2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.55%

 BLUE value IS 210 (82.42% from 255) = 32.01%

R = 36.43%
G = 31.55%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFCFD2 (or 0xEFCFD2) is known color: Pale Rose. HEX triplet: EF, CF and D2. RGB value is (239,207,210). Sum of RGB (Red+Green+Blue) = 239+207+210=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFD2 is #10302D. Grayscale: #D8D8D8. Windows color (decimal): -1060910 or 13815791. OLE color: 13815791.

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

Color convert

RGB 239 207 210 -
CMYK 0 0.13 0.12 0.06
HSL 354.38º 0.5% 0.87% -
HSV(B) 354.38º 0.13% 0.94% -
XYZ 69.54 67.63 70.36 -
YUV 216.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 239 207 210 0 0.13 0.12 0.06 354.38 0.5 0.87
Hex EF CF D2 0 D C 6 162 32 57
Octal 357 317 322 0 15 14 6 542 62 127
Binary 11101111 11001111 11010010 0 1101 1100 110 101100010 110010 1010111

Color Harmonies of #EFCFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFD2

Black with #EFCFD2

Text Example


Text Example

White with #EFCFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFD2; }

 p { color: rgb(239,207,210); }

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

background-color css

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

 a { background-color: rgb(239,207,210); }

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

border-color css

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

 span { border-color: rgb(239,207,210); }

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