Html Css Color HEX #EDCCFE Blue Chalk

📋 copy color: '#EDCCFE'

red 237 ◦ green 204 ◦ blue 254

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

Shades of Blue Chalk #EDCCFE

Tints of Blue Chalk #EDCCFE

RGB

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

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

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

R = 34.1%
G = 29.35%
B = 36.55%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDCCFE (or 0xEDCCFE) is known color: Blue Chalk. HEX triplet: ED, CC and FE. RGB value is (237,204,254). Sum of RGB (Red+Green+Blue) = 237+204+254=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 204 (80.08% from 255 or 29.35% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDCCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCFE is #123301. Grayscale: #DBDBDB. Windows color (decimal): -1192706 or 16698605. OLE color: 16698605.

HSL color Cylindrical-coordinate representation of color #EDCCFE: hue angle of 279.6º 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 #EDCCFE is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 204 254 -
CMYK 0.07 0.20 0 0.00
HSL 279.6º 0.96% 0.9% -
HSV(B) 279.6º 0.2% 1% -
XYZ 74.41 68.35 103.04 -
YUV 219.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 237 204 254 0.07 0.20 0 0.00 279.6 0.96 0.9
Hex ED CC FE 7 14 0 0 118 60 5A
Octal 355 314 376 7 24 0 0 430 140 132
Binary 11101101 11001100 11111110 111 10100 0 0 100011000 1100000 1011010

Color Harmonies of #EDCCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCFE

Black with #EDCCFE

Text Example


Text Example

White with #EDCCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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