Html Css Color HEX #EDD4FF Blue Chalk

📋 copy color: '#EDD4FF'

red 237 ◦ green 212 ◦ blue 255

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

Shades of Blue Chalk #EDD4FF

Tints of Blue Chalk #EDD4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.11%

 BLUE value IS 255 (100% from 255) = 36.22%

R = 33.66%
G = 30.11%
B = 36.22%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDD4FF (or 0xEDD4FF) is known color: Blue Chalk. HEX triplet: ED, D4 and FF. RGB value is (237,212,255). Sum of RGB (Red+Green+Blue) = 237+212+255=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 212 (83.20% from 255 or 30.11% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDD4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD4FF is #122B00. Grayscale: #E0E0E0. Windows color (decimal): -1190657 or 16766189. OLE color: 16766189.

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

Color convert

RGB 237 212 255 -
CMYK 0.07 0.17 0 0
HSL 274.88º 1% 0.92% -
HSV(B) 274.88º 0.17% 1% -
XYZ 76.52 72.31 104.53 -
YUV 224.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 237 212 255 0.07 0.17 0 0 274.88 1 0.92
Hex ED D4 FF 7 11 0 0 113 64 5C
Octal 355 324 377 7 21 0 0 423 144 134
Binary 11101101 11010100 11111111 111 10001 0 0 100010011 1100100 1011100

Color Harmonies of #EDD4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4FF

Black with #EDD4FF

Text Example


Text Example

White with #EDD4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4FF; }

 p { color: rgb(237,212,255); }

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

background-color css

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

 a { background-color: rgb(237,212,255); }

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

border-color css

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

 span { border-color: rgb(237,212,255); }

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