Html Css Color HEX #EDDBFF Blue Chalk

📋 copy color: '#EDDBFF'

red 237 ◦ green 219 ◦ blue 255

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

Shades of Blue Chalk #EDDBFF

Tints of Blue Chalk #EDDBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.8%

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

R = 33.33%
G = 30.8%
B = 35.86%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDDBFF (or 0xEDDBFF) is known color: Blue Chalk. HEX triplet: ED, DB and FF. RGB value is (237,219,255). Sum of RGB (Red+Green+Blue) = 237+219+255=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 219 (85.94% from 255 or 30.80% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDDBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBFF is #122400. Grayscale: #E4E4E4. Windows color (decimal): -1188865 or 16767981. OLE color: 16767981.

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

Color convert

RGB 237 219 255 -
CMYK 0.07 0.14 0 0
HSL 270º 1% 0.93% -
HSV(B) 270º 0.14% 1% -
XYZ 78.31 75.89 105.13 -
YUV 228.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 237 219 255 0.07 0.14 0 0 270 1 0.93
Hex ED DB FF 7 E 0 0 10E 64 5D
Octal 355 333 377 7 16 0 0 416 144 135
Binary 11101101 11011011 11111111 111 1110 0 0 100001110 1100100 1011101

Color Harmonies of #EDDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDBFF

Black with #EDDBFF

Text Example


Text Example

White with #EDDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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