Html Css Color HEX #E4CDFB Blue Chalk

📋 copy color: '#E4CDFB'

red 228 ◦ green 205 ◦ blue 251

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

Shades of Blue Chalk #E4CDFB

Tints of Blue Chalk #E4CDFB

RGB

 RED value IS 228 (89.45% from 255) = 33.33%

 GREEN value IS 205 (80.47% from 255) = 29.97%

 BLUE value IS 251 (98.44% from 255) = 36.7%

R = 33.33%
G = 29.97%
B = 36.7%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E4CDFB (or 0xE4CDFB) is known color: Blue Chalk. HEX triplet: E4, CD and FB. RGB value is (228,205,251). Sum of RGB (Red+Green+Blue) = 228+205+251=684 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.33% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CDFB is #1B3204. Grayscale: #D8D8D8. Windows color (decimal): -1782277 or 16502244. OLE color: 16502244.

HSL color Cylindrical-coordinate representation of color #E4CDFB: hue angle of 270º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4CDFB is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 205 251 -
CMYK 0.09 0.18 0 0.02
HSL 270º 0.85% 0.89% -
HSV(B) 270º 0.18% 0.98% -
XYZ 71.24 67.12 100.47 -
YUV 217.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 228 205 251 0.09 0.18 0 0.02 270 0.85 0.89
Hex E4 CD FB 9 12 0 2 10E 55 59
Octal 344 315 373 11 22 0 2 416 125 131
Binary 11100100 11001101 11111011 1001 10010 0 10 100001110 1010101 1011001

Color Harmonies of #E4CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CDFB

Black with #E4CDFB

Text Example


Text Example

White with #E4CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CDFB; }

 p { color: rgb(228,205,251); }

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

background-color css

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

 a { background-color: rgb(228,205,251); }

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

border-color css

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

 span { border-color: rgb(228,205,251); }

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