Html Css Color HEX #EDDBF9 Blue Chalk

📋 copy color: '#EDDBF9'

red 237 ◦ green 219 ◦ blue 249

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

Shades of Blue Chalk #EDDBF9

Tints of Blue Chalk #EDDBF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.32%

R = 33.62%
G = 31.06%
B = 35.32%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDDBF9 (or 0xEDDBF9) is known color: Blue Chalk. HEX triplet: ED, DB and F9. RGB value is (237,219,249). Sum of RGB (Red+Green+Blue) = 237+219+249=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 219 (85.94% from 255 or 31.06% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDDBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBF9 is #122406. Grayscale: #E3E3E3. Windows color (decimal): -1188871 or 16374765. OLE color: 16374765.

HSL color Cylindrical-coordinate representation of color #EDDBF9: hue angle of 276º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDDBF9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 219 249 -
CMYK 0.05 0.12 0 0.02
HSL 276º 0.71% 0.92% -
HSV(B) 276º 0.12% 0.98% -
XYZ 77.36 75.51 100.12 -
YUV 227.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 237 219 249 0.05 0.12 0 0.02 276 0.71 0.92
Hex ED DB F9 5 C 0 2 114 47 5C
Octal 355 333 371 5 14 0 2 424 107 134
Binary 11101101 11011011 11111001 101 1100 0 10 100010100 1000111 1011100

Color Harmonies of #EDDBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDBF9

Black with #EDDBF9

Text Example


Text Example

White with #EDDBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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