Html Css Color HEX #EDD0FA Blue Chalk

📋 copy color: '#EDD0FA'

red 237 ◦ green 208 ◦ blue 250

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

Shades of Blue Chalk #EDD0FA

Tints of Blue Chalk #EDD0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.93%

 BLUE value IS 250 (98.05% from 255) = 35.97%

R = 34.1%
G = 29.93%
B = 35.97%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDD0FA (or 0xEDD0FA) is known color: Blue Chalk. HEX triplet: ED, D0 and FA. RGB value is (237,208,250). Sum of RGB (Red+Green+Blue) = 237+208+250=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 208 (81.64% from 255 or 29.93% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDD0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0FA is #122F05. Grayscale: #DDDDDD. Windows color (decimal): -1191686 or 16437485. OLE color: 16437485.

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

Color convert

RGB 237 208 250 -
CMYK 0.05 0.17 0 0.02
HSL 281.43º 0.81% 0.9% -
HSV(B) 281.43º 0.17% 0.98% -
XYZ 74.74 70.02 100.02 -
YUV 221.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 237 208 250 0.05 0.17 0 0.02 281.43 0.81 0.9
Hex ED D0 FA 5 11 0 2 119 51 5A
Octal 355 320 372 5 21 0 2 431 121 132
Binary 11101101 11010000 11111010 101 10001 0 10 100011001 1010001 1011010

Color Harmonies of #EDD0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0FA

Black with #EDD0FA

Text Example


Text Example

White with #EDD0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0FA; }

 p { color: rgb(237,208,250); }

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

background-color css

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

 a { background-color: rgb(237,208,250); }

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

border-color css

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

 span { border-color: rgb(237,208,250); }

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