Html Css Color HEX #EDD8F2 Selago

📋 copy color: '#EDD8F2'

red 237 ◦ green 216 ◦ blue 242

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

Shades of Selago #EDD8F2

Tints of Selago #EDD8F2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.08%

 BLUE value IS 242 (94.92% from 255) = 34.82%

R = 34.1%
G = 31.08%
B = 34.82%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDD8F2 (or 0xEDD8F2) is known color: Selago. HEX triplet: ED, D8 and F2. RGB value is (237,216,242). Sum of RGB (Red+Green+Blue) = 237+216+242=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 216 (84.77% from 255 or 31.08% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDD8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8F2 is #12270D. Grayscale: #E1E1E1. Windows color (decimal): -1189646 or 15915245. OLE color: 15915245.

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

Color convert

RGB 237 216 242 -
CMYK 0.02 0.11 0 0.05
HSL 288.46º 0.5% 0.9% -
HSV(B) 288.46º 0.11% 0.95% -
XYZ 75.51 73.53 94.22 -
YUV 225.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 237 216 242 0.02 0.11 0 0.05 288.46 0.5 0.9
Hex ED D8 F2 2 B 0 5 120 32 5A
Octal 355 330 362 2 13 0 5 440 62 132
Binary 11101101 11011000 11110010 10 1011 0 101 100100000 110010 1011010

Color Harmonies of #EDD8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD8F2

Black with #EDD8F2

Text Example


Text Example

White with #EDD8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD8F2; }

 p { color: rgb(237,216,242); }

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

background-color css

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

 a { background-color: rgb(237,216,242); }

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

border-color css

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

 span { border-color: rgb(237,216,242); }

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