Html Css Color HEX #E9CBFD Blue Chalk

📋 copy color: '#E9CBFD'

red 233 ◦ green 203 ◦ blue 253

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

Shades of Blue Chalk #E9CBFD

Tints of Blue Chalk #E9CBFD

RGB

 RED value IS 233 (91.41% from 255) = 33.82%

 GREEN value IS 203 (79.69% from 255) = 29.46%

 BLUE value IS 253 (99.22% from 255) = 36.72%

R = 33.82%
G = 29.46%
B = 36.72%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E9CBFD (or 0xE9CBFD) is known color: Blue Chalk. HEX triplet: E9, CB and FD. RGB value is (233,203,253). Sum of RGB (Red+Green+Blue) = 233+203+253=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 203 (79.69% from 255 or 29.46% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9CBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CBFD is #163402. Grayscale: #D9D9D9. Windows color (decimal): -1455107 or 16632809. OLE color: 16632809.

HSL color Cylindrical-coordinate representation of color #E9CBFD: hue angle of 276º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9CBFD is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 203 253 -
CMYK 0.08 0.20 0 0.01
HSL 276º 0.93% 0.89% -
HSV(B) 276º 0.2% 0.99% -
XYZ 72.69 67.13 102.05 -
YUV 217.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 233 203 253 0.08 0.20 0 0.01 276 0.93 0.89
Hex E9 CB FD 8 14 0 1 114 5D 59
Octal 351 313 375 10 24 0 1 424 135 131
Binary 11101001 11001011 11111101 1000 10100 0 1 100010100 1011101 1011001

Color Harmonies of #E9CBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CBFD

Black with #E9CBFD

Text Example


Text Example

White with #E9CBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CBFD; }

 p { color: rgb(233,203,253); }

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

background-color css

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

 a { background-color: rgb(233,203,253); }

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

border-color css

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

 span { border-color: rgb(233,203,253); }

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