Html Css Color HEX #EDE3E4 Carousel Pink

📋 copy color: '#EDE3E4'

red 237 ◦ green 227 ◦ blue 228

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

Shades of Carousel Pink #EDE3E4

Tints of Carousel Pink #EDE3E4

RGB

 RED value IS 237 (92.97% from 255) = 34.25%

 GREEN value IS 227 (89.06% from 255) = 32.8%

 BLUE value IS 228 (89.45% from 255) = 32.95%

R = 34.25%
G = 32.8%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EDE3E4 (or 0xEDE3E4) is known color: Carousel Pink. HEX triplet: ED, E3 and E4. RGB value is (237,227,228). Sum of RGB (Red+Green+Blue) = 237+227+228=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 227 (89.06% from 255 or 32.80% from 692); Blue value is 228 (89.45% from 255 or 32.95% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3E4 is #121C1B. Grayscale: #E6E6E6. Windows color (decimal): -1186844 or 15000557. OLE color: 15000557.

HSL color Cylindrical-coordinate representation of color #EDE3E4: hue angle of 354º degrees, saturation: 0.22, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDE3E4 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 227 228 -
CMYK 0 0.04 0.04 0.07
HSL 354º 0.22% 0.91% -
HSV(B) 354º 0.04% 0.93% -
XYZ 76.4 78.54 84.53 -
YUV 230.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 237 227 228 0 0.04 0.04 0.07 354 0.22 0.91
Hex ED E3 E4 0 4 4 7 162 16 5B
Octal 355 343 344 0 4 4 7 542 26 133
Binary 11101101 11100011 11100100 0 100 100 111 101100010 10110 1011011

Color Harmonies of #EDE3E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE3E4

Black with #EDE3E4

Text Example


Text Example

White with #EDE3E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE3E4; }

 p { color: rgb(237,227,228); }

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

background-color css

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

 a { background-color: rgb(237,227,228); }

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

border-color css

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

 span { border-color: rgb(237,227,228); }

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