Html Css Color HEX #E6CBEC Blue Chalk

📋 copy color: '#E6CBEC'

red 230 ◦ green 203 ◦ blue 236

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

Shades of Blue Chalk #E6CBEC

Tints of Blue Chalk #E6CBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.28%

R = 34.38%
G = 30.34%
B = 35.28%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6CBEC (or 0xE6CBEC) is known color: Blue Chalk. HEX triplet: E6, CB and EC. RGB value is (230,203,236). Sum of RGB (Red+Green+Blue) = 230+203+236=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6CBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBEC is #193413. Grayscale: #D6D6D6. Windows color (decimal): -1651732 or 15518694. OLE color: 15518694.

HSL color Cylindrical-coordinate representation of color #E6CBEC: hue angle of 289.09º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6CBEC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 203 236 -
CMYK 0.03 0.14 0 0.07
HSL 289.09º 0.46% 0.86% -
HSV(B) 289.09º 0.14% 0.93% -
XYZ 69.13 65.59 88.37 -
YUV 214.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 230 203 236 0.03 0.14 0 0.07 289.09 0.46 0.86
Hex E6 CB EC 3 E 0 7 121 2E 56
Octal 346 313 354 3 16 0 7 441 56 126
Binary 11100110 11001011 11101100 11 1110 0 111 100100001 101110 1010110

Color Harmonies of #E6CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CBEC

Black with #E6CBEC

Text Example


Text Example

White with #E6CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CBEC; }

 p { color: rgb(230,203,236); }

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

background-color css

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

 a { background-color: rgb(230,203,236); }

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

border-color css

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

 span { border-color: rgb(230,203,236); }

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