Html Css Color HEX #EDD0FC Blue Chalk

📋 copy color: '#EDD0FC'

red 237 ◦ green 208 ◦ blue 252

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

Shades of Blue Chalk #EDD0FC

Tints of Blue Chalk #EDD0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.15%

R = 34%
G = 29.84%
B = 36.15%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDD0FC (or 0xEDD0FC) is known color: Blue Chalk. HEX triplet: ED, D0 and FC. RGB value is (237,208,252). Sum of RGB (Red+Green+Blue) = 237+208+252=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 208 (81.64% from 255 or 29.84% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDD0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0FC is #122F03. Grayscale: #DDDDDD. Windows color (decimal): -1191684 or 16568557. OLE color: 16568557.

HSL color Cylindrical-coordinate representation of color #EDD0FC: hue angle of 279.55º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDD0FC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 208 252 -
CMYK 0.06 0.17 0 0.01
HSL 279.55º 0.88% 0.9% -
HSV(B) 279.55º 0.17% 0.99% -
XYZ 75.05 70.14 101.68 -
YUV 221.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 237 208 252 0.06 0.17 0 0.01 279.55 0.88 0.9
Hex ED D0 FC 6 11 0 1 118 58 5A
Octal 355 320 374 6 21 0 1 430 130 132
Binary 11101101 11010000 11111100 110 10001 0 1 100011000 1011000 1011010

Color Harmonies of #EDD0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0FC

Black with #EDD0FC

Text Example


Text Example

White with #EDD0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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