Html Css Color HEX #EBDBFC Blue Chalk

📋 copy color: '#EBDBFC'

red 235 ◦ green 219 ◦ blue 252

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

Shades of Blue Chalk #EBDBFC

Tints of Blue Chalk #EBDBFC

RGB

 RED value IS 235 (92.19% from 255) = 33.29%

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

 BLUE value IS 252 (98.83% from 255) = 35.69%

R = 33.29%
G = 31.02%
B = 35.69%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBDBFC (or 0xEBDBFC) is known color: Blue Chalk. HEX triplet: EB, DB and FC. RGB value is (235,219,252). Sum of RGB (Red+Green+Blue) = 235+219+252=706 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.29% from 706); Green value is 219 (85.94% from 255 or 31.02% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBDBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBFC is #142403. Grayscale: #E3E3E3. Windows color (decimal): -1319940 or 16571371. OLE color: 16571371.

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

Color convert

RGB 235 219 252 -
CMYK 0.07 0.13 0 0.01
HSL 269.09º 0.85% 0.92% -
HSV(B) 269.09º 0.13% 0.99% -
XYZ 77.16 75.35 102.57 -
YUV 227.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 235 219 252 0.07 0.13 0 0.01 269.09 0.85 0.92
Hex EB DB FC 7 D 0 1 10D 55 5C
Octal 353 333 374 7 15 0 1 415 125 134
Binary 11101011 11011011 11111100 111 1101 0 1 100001101 1010101 1011100

Color Harmonies of #EBDBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBFC

Black with #EBDBFC

Text Example


Text Example

White with #EBDBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBFC; }

 p { color: rgb(235,219,252); }

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

background-color css

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

 a { background-color: rgb(235,219,252); }

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

border-color css

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

 span { border-color: rgb(235,219,252); }

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