Html Css Color HEX #EFCDEA Snuff

📋 copy color: '#EFCDEA'

red 239 ◦ green 205 ◦ blue 234

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

Shades of Snuff #EFCDEA

Tints of Snuff #EFCDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.51%

R = 35.25%
G = 30.24%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFCDEA (or 0xEFCDEA) is known color: Snuff. HEX triplet: EF, CD and EA. RGB value is (239,205,234). Sum of RGB (Red+Green+Blue) = 239+205+234=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDEA is #103215. Grayscale: #DADADA. Windows color (decimal): -1061398 or 15388143. OLE color: 15388143.

HSL color Cylindrical-coordinate representation of color #EFCDEA: hue angle of 308.82º 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 #EFCDEA is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 234 -
CMYK 0 0.14 0.02 0.06
HSL 308.82º 0.52% 0.87% -
HSV(B) 308.82º 0.14% 0.94% -
XYZ 72.28 67.95 87.15 -
YUV 218.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 239 205 234 0 0.14 0.02 0.06 308.82 0.52 0.87
Hex EF CD EA 0 E 2 6 135 34 57
Octal 357 315 352 0 16 2 6 465 64 127
Binary 11101111 11001101 11101010 0 1110 10 110 100110101 110100 1010111

Color Harmonies of #EFCDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDEA

Black with #EFCDEA

Text Example


Text Example

White with #EFCDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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