Html Css Color HEX #EDD0FD Blue Chalk

📋 copy color: '#EDD0FD'

red 237 ◦ green 208 ◦ blue 253

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

Shades of Blue Chalk #EDD0FD

Tints of Blue Chalk #EDD0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.25%

R = 33.95%
G = 29.8%
B = 36.25%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDD0FD (or 0xEDD0FD) is known color: Blue Chalk. HEX triplet: ED, D0 and FD. RGB value is (237,208,253). Sum of RGB (Red+Green+Blue) = 237+208+253=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 208 (81.64% from 255 or 29.80% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDD0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0FD is #122F02. Grayscale: #DDDDDD. Windows color (decimal): -1191683 or 16634093. OLE color: 16634093.

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

Color convert

RGB 237 208 253 -
CMYK 0.06 0.18 0 0.01
HSL 278.67º 0.92% 0.9% -
HSV(B) 278.67º 0.18% 0.99% -
XYZ 75.21 70.21 102.52 -
YUV 221.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 237 208 253 0.06 0.18 0 0.01 278.67 0.92 0.9
Hex ED D0 FD 6 12 0 1 117 5C 5A
Octal 355 320 375 6 22 0 1 427 134 132
Binary 11101101 11010000 11111101 110 10010 0 1 100010111 1011100 1011010

Color Harmonies of #EDD0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0FD

Black with #EDD0FD

Text Example


Text Example

White with #EDD0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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