Html Css Color HEX #EDDFE2 Carousel Pink

📋 copy color: '#EDDFE2'

red 237 ◦ green 223 ◦ blue 226

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

Shades of Carousel Pink #EDDFE2

Tints of Carousel Pink #EDDFE2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.51%

 BLUE value IS 226 (88.67% from 255) = 32.94%

R = 34.55%
G = 32.51%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDDFE2 (or 0xEDDFE2) is known color: Carousel Pink. HEX triplet: ED, DF and E2. RGB value is (237,223,226). Sum of RGB (Red+Green+Blue) = 237+223+226=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 226 (88.67% from 255 or 32.94% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFE2 is #12201D. Grayscale: #E3E3E3. Windows color (decimal): -1187870 or 14868461. OLE color: 14868461.

HSL color Cylindrical-coordinate representation of color #EDDFE2: hue angle of 347.14º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDDFE2 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 223 226 -
CMYK 0 0.06 0.05 0.07
HSL 347.14º 0.28% 0.9% -
HSV(B) 347.14º 0.06% 0.93% -
XYZ 75.04 76.27 82.72 -
YUV 227.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 237 223 226 0 0.06 0.05 0.07 347.14 0.28 0.9
Hex ED DF E2 0 6 5 7 15B 1C 5A
Octal 355 337 342 0 6 5 7 533 34 132
Binary 11101101 11011111 11100010 0 110 101 111 101011011 11100 1011010

Color Harmonies of #EDDFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFE2

Black with #EDDFE2

Text Example


Text Example

White with #EDDFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFE2; }

 p { color: rgb(237,223,226); }

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

background-color css

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

 a { background-color: rgb(237,223,226); }

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

border-color css

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

 span { border-color: rgb(237,223,226); }

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