Html Css Color HEX #E6CAED Blue Chalk

📋 copy color: '#E6CAED'

red 230 ◦ green 202 ◦ blue 237

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

Shades of Blue Chalk #E6CAED

Tints of Blue Chalk #E6CAED

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.19%

 BLUE value IS 237 (92.97% from 255) = 35.43%

R = 34.38%
G = 30.19%
B = 35.43%

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

#E6CAED (or 0xE6CAED) is known color: Blue Chalk. HEX triplet: E6, CA and ED. RGB value is (230,202,237). Sum of RGB (Red+Green+Blue) = 230+202+237=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6CAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CAED is #193512. Grayscale: #D6D6D6. Windows color (decimal): -1651987 or 15583974. OLE color: 15583974.

HSL color Cylindrical-coordinate representation of color #E6CAED: hue angle of 288º degrees, saturation: 0.49, 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 #E6CAED is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 202 237 -
CMYK 0.03 0.15 0 0.07
HSL 288º 0.49% 0.86% -
HSV(B) 288º 0.15% 0.93% -
XYZ 69.04 65.18 89.06 -
YUV 214.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 230 202 237 0.03 0.15 0 0.07 288 0.49 0.86
Hex E6 CA ED 3 F 0 7 120 31 56
Octal 346 312 355 3 17 0 7 440 61 126
Binary 11100110 11001010 11101101 11 1111 0 111 100100000 110001 1010110

Color Harmonies of #E6CAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CAED

Black with #E6CAED

Text Example


Text Example

White with #E6CAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CAED; }

 p { color: rgb(230,202,237); }

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

background-color css

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

 a { background-color: rgb(230,202,237); }

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

border-color css

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

 span { border-color: rgb(230,202,237); }

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