Html Css Color HEX #EFCBF3 Snuff

📋 copy color: '#EFCBF3'

red 239 ◦ green 203 ◦ blue 243

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

Shades of Snuff #EFCBF3

Tints of Snuff #EFCBF3

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.64%

 BLUE value IS 243 (95.31% from 255) = 35.47%

R = 34.89%
G = 29.64%
B = 35.47%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFCBF3 (or 0xEFCBF3) is known color: Snuff. HEX triplet: EF, CB and F3. RGB value is (239,203,243). Sum of RGB (Red+Green+Blue) = 239+203+243=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFCBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBF3 is #10340C. Grayscale: #DADADA. Windows color (decimal): -1061901 or 15977455. OLE color: 15977455.

HSL color Cylindrical-coordinate representation of color #EFCBF3: hue angle of 294º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFCBF3 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 203 243 -
CMYK 0.02 0.16 0 0.05
HSL 294º 0.63% 0.87% -
HSV(B) 294º 0.16% 0.95% -
XYZ 73.13 67.53 93.97 -
YUV 218.32 141.93 142.75 -
System Red Green Blue C M Y K H S L
Decimal 239 203 243 0.02 0.16 0 0.05 294 0.63 0.87
Hex EF CB F3 2 10 0 5 126 3E 57
Octal 357 313 363 2 20 0 5 446 76 127
Binary 11101111 11001011 11110011 10 10000 0 101 100100110 111110 1010111

Color Harmonies of #EFCBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBF3

Black with #EFCBF3

Text Example


Text Example

White with #EFCBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBF3; }

 p { color: rgb(239,203,243); }

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

background-color css

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

 a { background-color: rgb(239,203,243); }

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

border-color css

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

 span { border-color: rgb(239,203,243); }

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