Html Css Color HEX #EFCFF4 Snuff

📋 copy color: '#EFCFF4'

red 239 ◦ green 207 ◦ blue 244

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

Shades of Snuff #EFCFF4

Tints of Snuff #EFCFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.36%

R = 34.64%
G = 30%
B = 35.36%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFCFF4 (or 0xEFCFF4) is known color: Snuff. HEX triplet: EF, CF and F4. RGB value is (239,207,244). Sum of RGB (Red+Green+Blue) = 239+207+244=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 244 (95.70% from 255 or 35.36% from 690); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFCFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFF4 is #10300B. Grayscale: #DCDCDC. Windows color (decimal): -1060876 or 16044015. OLE color: 16044015.

HSL color Cylindrical-coordinate representation of color #EFCFF4: hue angle of 291.89º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCFF4 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 207 244 -
CMYK 0.02 0.15 0 0.04
HSL 291.89º 0.63% 0.88% -
HSV(B) 291.89º 0.15% 0.96% -
XYZ 74.24 69.51 95.09 -
YUV 220.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 239 207 244 0.02 0.15 0 0.04 291.89 0.63 0.88
Hex EF CF F4 2 F 0 4 124 3F 58
Octal 357 317 364 2 17 0 4 444 77 130
Binary 11101111 11001111 11110100 10 1111 0 100 100100100 111111 1011000

Color Harmonies of #EFCFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFF4

Black with #EFCFF4

Text Example


Text Example

White with #EFCFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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