Html Css Color HEX #EDD6FD Blue Chalk

📋 copy color: '#EDD6FD'

red 237 ◦ green 214 ◦ blue 253

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

Shades of Blue Chalk #EDD6FD

Tints of Blue Chalk #EDD6FD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.4%

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

R = 33.66%
G = 30.4%
B = 35.94%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDD6FD (or 0xEDD6FD) is known color: Blue Chalk. HEX triplet: ED, D6 and FD. RGB value is (237,214,253). Sum of RGB (Red+Green+Blue) = 237+214+253=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 214 (83.98% from 255 or 30.40% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDD6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6FD is #122902. Grayscale: #E1E1E1. Windows color (decimal): -1190147 or 16635629. OLE color: 16635629.

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

Color convert

RGB 237 214 253 -
CMYK 0.06 0.15 0 0.01
HSL 275.38º 0.91% 0.92% -
HSV(B) 275.38º 0.15% 0.99% -
XYZ 76.7 73.19 103.01 -
YUV 225.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 237 214 253 0.06 0.15 0 0.01 275.38 0.91 0.92
Hex ED D6 FD 6 F 0 1 113 5B 5C
Octal 355 326 375 6 17 0 1 423 133 134
Binary 11101101 11010110 11111101 110 1111 0 1 100010011 1011011 1011100

Color Harmonies of #EDD6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6FD

Black with #EDD6FD

Text Example


Text Example

White with #EDD6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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