Html Css Color HEX #E6DBF0 Blue Chalk

📋 copy color: '#E6DBF0'

red 230 ◦ green 219 ◦ blue 240

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

Shades of Blue Chalk #E6DBF0

Tints of Blue Chalk #E6DBF0

RGB

 RED value IS 230 (90.23% from 255) = 33.38%

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

 BLUE value IS 240 (94.14% from 255) = 34.83%

R = 33.38%
G = 31.79%
B = 34.83%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E6DBF0 (or 0xE6DBF0) is known color: Blue Chalk. HEX triplet: E6, DB and F0. RGB value is (230,219,240). Sum of RGB (Red+Green+Blue) = 230+219+240=689 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.38% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 240 - color contains mainly: blue. Hex color #E6DBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBF0 is #19240F. Grayscale: #E0E0E0. Windows color (decimal): -1647632 or 15784934. OLE color: 15784934.

HSL color Cylindrical-coordinate representation of color #E6DBF0: hue angle of 271.43º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6DBF0 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 219 240 -
CMYK 0.04 0.09 0 0.06
HSL 271.43º 0.41% 0.9% -
HSV(B) 271.43º 0.09% 0.94% -
XYZ 73.69 73.78 92.79 -
YUV 224.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 230 219 240 0.04 0.09 0 0.06 271.43 0.41 0.9
Hex E6 DB F0 4 9 0 6 10F 29 5A
Octal 346 333 360 4 11 0 6 417 51 132
Binary 11100110 11011011 11110000 100 1001 0 110 100001111 101001 1011010

Color Harmonies of #E6DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DBF0

Black with #E6DBF0

Text Example


Text Example

White with #E6DBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DBF0; }

 p { color: rgb(230,219,240); }

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

background-color css

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

 a { background-color: rgb(230,219,240); }

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

border-color css

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

 span { border-color: rgb(230,219,240); }

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