Html Css Color HEX #EBDBF2 Blue Chalk

📋 copy color: '#EBDBF2'

red 235 ◦ green 219 ◦ blue 242

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

Shades of Blue Chalk #EBDBF2

Tints of Blue Chalk #EBDBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.77%

R = 33.76%
G = 31.47%
B = 34.77%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBDBF2 (or 0xEBDBF2) is known color: Blue Chalk. HEX triplet: EB, DB and F2. RGB value is (235,219,242). Sum of RGB (Red+Green+Blue) = 235+219+242=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBDBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBF2 is #14240D. Grayscale: #E2E2E2. Windows color (decimal): -1319950 or 15916011. OLE color: 15916011.

HSL color Cylindrical-coordinate representation of color #EBDBF2: hue angle of 281.74º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBDBF2 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 219 242 -
CMYK 0.03 0.10 0 0.05
HSL 281.74º 0.47% 0.9% -
HSV(B) 281.74º 0.1% 0.95% -
XYZ 75.62 74.74 94.44 -
YUV 226.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 235 219 242 0.03 0.10 0 0.05 281.74 0.47 0.9
Hex EB DB F2 3 A 0 5 11A 2F 5A
Octal 353 333 362 3 12 0 5 432 57 132
Binary 11101011 11011011 11110010 11 1010 0 101 100011010 101111 1011010

Color Harmonies of #EBDBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBF2

Black with #EBDBF2

Text Example


Text Example

White with #EBDBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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