Html Css Color HEX #EFCDD0 Pale Rose

📋 copy color: '#EFCDD0'

red 239 ◦ green 205 ◦ blue 208

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

Shades of Pale Rose #EFCDD0

Tints of Pale Rose #EFCDD0

RGB

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

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

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

R = 36.66%
G = 31.44%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFCDD0 (or 0xEFCDD0) is known color: Pale Rose. HEX triplet: EF, CD and D0. RGB value is (239,205,208). Sum of RGB (Red+Green+Blue) = 239+205+208=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDD0 is #10322F. Grayscale: #D7D7D7. Windows color (decimal): -1061424 or 13684207. OLE color: 13684207.

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

Color convert

RGB 239 205 208 -
CMYK 0 0.14 0.13 0.06
HSL 354.71º 0.52% 0.87% -
HSV(B) 354.71º 0.14% 0.94% -
XYZ 68.81 66.57 68.9 -
YUV 215.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 239 205 208 0 0.14 0.13 0.06 354.71 0.52 0.87
Hex EF CD D0 0 E D 6 163 34 57
Octal 357 315 320 0 16 15 6 543 64 127
Binary 11101111 11001101 11010000 0 1110 1101 110 101100011 110100 1010111

Color Harmonies of #EFCDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDD0

Black with #EFCDD0

Text Example


Text Example

White with #EFCDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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