Html Css Color HEX #EDD4F2 Selago

📋 copy color: '#EDD4F2'

red 237 ◦ green 212 ◦ blue 242

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

Shades of Selago #EDD4F2

Tints of Selago #EDD4F2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.68%

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

R = 34.3%
G = 30.68%
B = 35.02%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDD4F2 (or 0xEDD4F2) is known color: Selago. HEX triplet: ED, D4 and F2. RGB value is (237,212,242). Sum of RGB (Red+Green+Blue) = 237+212+242=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 212 (83.20% from 255 or 30.68% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDD4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD4F2 is #122B0D. Grayscale: #DEDEDE. Windows color (decimal): -1190670 or 15914221. OLE color: 15914221.

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

Color convert

RGB 237 212 242 -
CMYK 0.02 0.12 0 0.05
HSL 290º 0.54% 0.89% -
HSV(B) 290º 0.12% 0.95% -
XYZ 74.5 71.5 93.88 -
YUV 222.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 237 212 242 0.02 0.12 0 0.05 290 0.54 0.89
Hex ED D4 F2 2 C 0 5 122 36 59
Octal 355 324 362 2 14 0 5 442 66 131
Binary 11101101 11010100 11110010 10 1100 0 101 100100010 110110 1011001

Color Harmonies of #EDD4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4F2

Black with #EDD4F2

Text Example


Text Example

White with #EDD4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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