Html Css Color HEX #E6CBEE Blue Chalk

📋 copy color: '#E6CBEE'

red 230 ◦ green 203 ◦ blue 238

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

Shades of Blue Chalk #E6CBEE

Tints of Blue Chalk #E6CBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.47%

R = 34.28%
G = 30.25%
B = 35.47%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6CBEE (or 0xE6CBEE) is known color: Blue Chalk. HEX triplet: E6, CB and EE. RGB value is (230,203,238). Sum of RGB (Red+Green+Blue) = 230+203+238=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6CBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBEE is #193411. Grayscale: #D6D6D6. Windows color (decimal): -1651730 or 15649766. OLE color: 15649766.

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

Color convert

RGB 230 203 238 -
CMYK 0.03 0.15 0 0.07
HSL 286.29º 0.51% 0.86% -
HSV(B) 286.29º 0.15% 0.93% -
XYZ 69.42 65.71 89.91 -
YUV 215.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 230 203 238 0.03 0.15 0 0.07 286.29 0.51 0.86
Hex E6 CB EE 3 F 0 7 11E 33 56
Octal 346 313 356 3 17 0 7 436 63 126
Binary 11100110 11001011 11101110 11 1111 0 111 100011110 110011 1010110

Color Harmonies of #E6CBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CBEE

Black with #E6CBEE

Text Example


Text Example

White with #E6CBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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