Html Css Color HEX #E6CBFE Blue Chalk

📋 copy color: '#E6CBFE'

red 230 ◦ green 203 ◦ blue 254

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

Shades of Blue Chalk #E6CBFE

Tints of Blue Chalk #E6CBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.97%

R = 33.48%
G = 29.55%
B = 36.97%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6CBFE (or 0xE6CBFE) is known color: Blue Chalk. HEX triplet: E6, CB and FE. RGB value is (230,203,254). Sum of RGB (Red+Green+Blue) = 230+203+254=687 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.48% from 687); Green value is 203 (79.69% from 255 or 29.55% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6CBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBFE is #193401. Grayscale: #D8D8D8. Windows color (decimal): -1651714 or 16698342. OLE color: 16698342.

HSL color Cylindrical-coordinate representation of color #E6CBFE: hue angle of 271.76º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6CBFE is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 230 203 254 -
CMYK 0.09 0.20 0 0.00
HSL 271.76º 0.96% 0.9% -
HSV(B) 271.76º 0.2% 1% -
XYZ 71.88 66.69 102.85 -
YUV 216.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 230 203 254 0.09 0.20 0 0.00 271.76 0.96 0.9
Hex E6 CB FE 9 14 0 0 110 60 5A
Octal 346 313 376 11 24 0 0 420 140 132
Binary 11100110 11001011 11111110 1001 10100 0 0 100010000 1100000 1011010

Color Harmonies of #E6CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CBFE

Black with #E6CBFE

Text Example


Text Example

White with #E6CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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