Html Css Color HEX #EDD2FE Blue Chalk

📋 copy color: '#EDD2FE'

red 237 ◦ green 210 ◦ blue 254

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

Shades of Blue Chalk #EDD2FE

Tints of Blue Chalk #EDD2FE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 29.96%

 BLUE value IS 254 (99.61% from 255) = 36.23%

R = 33.81%
G = 29.96%
B = 36.23%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDD2FE (or 0xEDD2FE) is known color: Blue Chalk. HEX triplet: ED, D2 and FE. RGB value is (237,210,254). Sum of RGB (Red+Green+Blue) = 237+210+254=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 210 (82.42% from 255 or 29.96% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDD2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD2FE is #122D01. Grayscale: #DEDEDE. Windows color (decimal): -1191170 or 16700141. OLE color: 16700141.

HSL color Cylindrical-coordinate representation of color #EDD2FE: hue angle of 276.82º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDD2FE is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 210 254 -
CMYK 0.07 0.17 0 0.00
HSL 276.82º 0.96% 0.91% -
HSV(B) 276.82º 0.17% 1% -
XYZ 75.86 71.25 103.52 -
YUV 223.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 237 210 254 0.07 0.17 0 0.00 276.82 0.96 0.91
Hex ED D2 FE 7 11 0 0 115 60 5B
Octal 355 322 376 7 21 0 0 425 140 133
Binary 11101101 11010010 11111110 111 10001 0 0 100010101 1100000 1011011

Color Harmonies of #EDD2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2FE

Black with #EDD2FE

Text Example


Text Example

White with #EDD2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2FE; }

 p { color: rgb(237,210,254); }

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

background-color css

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

 a { background-color: rgb(237,210,254); }

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

border-color css

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

 span { border-color: rgb(237,210,254); }

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