Html Css Color HEX #EDDFEE Selago

📋 copy color: '#EDDFEE'

red 237 ◦ green 223 ◦ blue 238

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

Shades of Selago #EDDFEE

Tints of Selago #EDDFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.1%

R = 33.95%
G = 31.95%
B = 34.1%

CMYK

 C value IS 0.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDDFEE (or 0xEDDFEE) is known color: Selago. HEX triplet: ED, DF and EE. RGB value is (237,223,238). Sum of RGB (Red+Green+Blue) = 237+223+238=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDDFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFEE is #122011. Grayscale: #E4E4E4. Windows color (decimal): -1187858 or 15654893. OLE color: 15654893.

HSL color Cylindrical-coordinate representation of color #EDDFEE: hue angle of 296º degrees, saturation: 0.31, 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 #EDDFEE is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 223 238 -
CMYK 0.00 0.06 0 0.07
HSL 296º 0.31% 0.9% -
HSV(B) 296º 0.06% 0.93% -
XYZ 76.75 76.95 91.7 -
YUV 228.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 237 223 238 0.00 0.06 0 0.07 296 0.31 0.9
Hex ED DF EE 0 6 0 7 128 1F 5A
Octal 355 337 356 0 6 0 7 450 37 132
Binary 11101101 11011111 11101110 0 110 0 111 100101000 11111 1011010

Color Harmonies of #EDDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFEE

Black with #EDDFEE

Text Example


Text Example

White with #EDDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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