#EDCAF6

Color #EDCAF6 Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #EDCAF6

Tints of Blue Chalk #EDCAF6

Color information

#EDCAF6 (or 0xEDCAF6) is unknown color: approx Blue Chalk. HEX triplet: ED, CA and F6. RGB value is (237,202,246). Sum of RGB (Red+Green+Blue) = 237+202+246=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDCAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCAF6 is #123509. Grayscale: #D9D9D9. Windows color (decimal): -1193226 or 16173805. OLE color: 16173805.

HSL color Cylindrical-coordinate representation of color #EDCAF6: hue angle of 287.73º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDCAF6 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237202246-
CMYK0.040.1800.04
HSL287.73º70.97%87.84%-
HSV(B)287.73º17.89%96.47%-
XYZ72.6866.996.27-
YUV217.48144.1141.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 202 (79.30% from 255) = 29.49%
BLUE value IS 246 (96.48% from 255) = 35.91%
R=34.60%
G=29.49%
B=35.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372022460.040.1800.04287.7370.9787.84
HexEDCAF6412041204758
Octal35531236642204440107130
Binary11101101110010101111011010010010010010010000010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAF6; }

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

 H1.HeaderClassName
 {
   color: #EDCAF6;
 }
 .AnyTagClassName
 {
   color: #EDCAF6;
 }
</style>
background-color css

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

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

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

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

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

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