Html Css Color HEX #E6CDF9 Blue Chalk

📋 copy color: '#E6CDF9'

red 230 ◦ green 205 ◦ blue 249

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

Shades of Blue Chalk #E6CDF9

Tints of Blue Chalk #E6CDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.4%

R = 33.63%
G = 29.97%
B = 36.4%

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

#E6CDF9 (or 0xE6CDF9) is known color: Blue Chalk. HEX triplet: E6, CD and F9. RGB value is (230,205,249). Sum of RGB (Red+Green+Blue) = 230+205+249=684 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.63% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6CDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDF9 is #193206. Grayscale: #D9D9D9. Windows color (decimal): -1651207 or 16371174. OLE color: 16371174.

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

Color convert

RGB 230 205 249 -
CMYK 0.08 0.18 0 0.02
HSL 274.09º 0.79% 0.89% -
HSV(B) 274.09º 0.18% 0.98% -
XYZ 71.56 67.33 98.85 -
YUV 217.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 230 205 249 0.08 0.18 0 0.02 274.09 0.79 0.89
Hex E6 CD F9 8 12 0 2 112 4F 59
Octal 346 315 371 10 22 0 2 422 117 131
Binary 11100110 11001101 11111001 1000 10010 0 10 100010010 1001111 1011001

Color Harmonies of #E6CDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CDF9

Black with #E6CDF9

Text Example


Text Example

White with #E6CDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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