Html Css Color HEX #EDCCFB Blue Chalk

📋 copy color: '#EDCCFB'

red 237 ◦ green 204 ◦ blue 251

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

Shades of Blue Chalk #EDCCFB

Tints of Blue Chalk #EDCCFB

RGB

 RED value IS 237 (92.97% from 255) = 34.25%

 GREEN value IS 204 (80.08% from 255) = 29.48%

 BLUE value IS 251 (98.44% from 255) = 36.27%

R = 34.25%
G = 29.48%
B = 36.27%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDCCFB (or 0xEDCCFB) is known color: Blue Chalk. HEX triplet: ED, CC and FB. RGB value is (237,204,251). Sum of RGB (Red+Green+Blue) = 237+204+251=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 204 (80.08% from 255 or 29.48% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDCCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCFB is #123304. Grayscale: #DBDBDB. Windows color (decimal): -1192709 or 16501997. OLE color: 16501997.

HSL color Cylindrical-coordinate representation of color #EDCCFB: hue angle of 282.13º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDCCFB is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 204 251 -
CMYK 0.06 0.19 0 0.02
HSL 282.13º 0.85% 0.89% -
HSV(B) 282.13º 0.19% 0.98% -
XYZ 73.93 68.16 100.53 -
YUV 219.23 145.93 140.68 -
System Red Green Blue C M Y K H S L
Decimal 237 204 251 0.06 0.19 0 0.02 282.13 0.85 0.89
Hex ED CC FB 6 13 0 2 11A 55 59
Octal 355 314 373 6 23 0 2 432 125 131
Binary 11101101 11001100 11111011 110 10011 0 10 100011010 1010101 1011001

Color Harmonies of #EDCCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCFB

Black with #EDCCFB

Text Example


Text Example

White with #EDCCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCFB; }

 p { color: rgb(237,204,251); }

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

background-color css

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

 a { background-color: rgb(237,204,251); }

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

border-color css

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

 span { border-color: rgb(237,204,251); }

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