Html Css Color HEX #E0CEEB Blue Chalk

📋 copy color: '#E0CEEB'

red 224 ◦ green 206 ◦ blue 235

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

Shades of Blue Chalk #E0CEEB

Tints of Blue Chalk #E0CEEB

RGB

 RED value IS 224 (87.89% from 255) = 33.68%

 GREEN value IS 206 (80.86% from 255) = 30.98%

 BLUE value IS 235 (92.19% from 255) = 35.34%

R = 33.68%
G = 30.98%
B = 35.34%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0CEEB (or 0xE0CEEB) is known color: Blue Chalk. HEX triplet: E0, CE and EB. RGB value is (224,206,235). Sum of RGB (Red+Green+Blue) = 224+206+235=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEEB is #1F3114. Grayscale: #D6D6D6. Windows color (decimal): -2044181 or 15453920. OLE color: 15453920.

HSL color Cylindrical-coordinate representation of color #E0CEEB: hue angle of 277.24º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0CEEB is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 206 235 -
CMYK 0.05 0.12 0 0.08
HSL 277.24º 0.42% 0.86% -
HSV(B) 277.24º 0.12% 0.92% -
XYZ 67.81 65.99 87.76 -
YUV 214.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 224 206 235 0.05 0.12 0 0.08 277.24 0.42 0.86
Hex E0 CE EB 5 C 0 8 115 2A 56
Octal 340 316 353 5 14 0 10 425 52 126
Binary 11100000 11001110 11101011 101 1100 0 1000 100010101 101010 1010110

Color Harmonies of #E0CEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CEEB

Black with #E0CEEB

Text Example


Text Example

White with #E0CEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CEEB; }

 p { color: rgb(224,206,235); }

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

background-color css

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

 a { background-color: rgb(224,206,235); }

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

border-color css

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

 span { border-color: rgb(224,206,235); }

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