Html Css Color HEX #E6CDFB Blue Chalk

📋 copy color: '#E6CDFB'

red 230 ◦ green 205 ◦ blue 251

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

Shades of Blue Chalk #E6CDFB

Tints of Blue Chalk #E6CDFB

RGB

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

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

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

R = 33.53%
G = 29.88%
B = 36.59%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6CDFB (or 0xE6CDFB) is known color: Blue Chalk. HEX triplet: E6, CD and FB. RGB value is (230,205,251). Sum of RGB (Red+Green+Blue) = 230+205+251=686 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.53% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDFB is #193204. Grayscale: #D9D9D9. Windows color (decimal): -1651205 or 16502246. OLE color: 16502246.

HSL color Cylindrical-coordinate representation of color #E6CDFB: hue angle of 272.61º 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 #E6CDFB is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 205 251 -
CMYK 0.08 0.18 0 0.02
HSL 272.61º 0.85% 0.89% -
HSV(B) 272.61º 0.18% 0.98% -
XYZ 71.88 67.45 100.5 -
YUV 217.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 230 205 251 0.08 0.18 0 0.02 272.61 0.85 0.89
Hex E6 CD FB 8 12 0 2 111 55 59
Octal 346 315 373 10 22 0 2 421 125 131
Binary 11100110 11001101 11111011 1000 10010 0 10 100010001 1010101 1011001

Color Harmonies of #E6CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CDFB

Black with #E6CDFB

Text Example


Text Example

White with #E6CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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