Html Css Color HEX #EDCCFD Blue Chalk

📋 copy color: '#EDCCFD'

red 237 ◦ green 204 ◦ blue 253

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

Shades of Blue Chalk #EDCCFD

Tints of Blue Chalk #EDCCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.46%

R = 34.15%
G = 29.39%
B = 36.46%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDCCFD (or 0xEDCCFD) is known color: Blue Chalk. HEX triplet: ED, CC and FD. RGB value is (237,204,253). Sum of RGB (Red+Green+Blue) = 237+204+253=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 204 (80.08% from 255 or 29.39% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDCCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCFD is #123302. Grayscale: #DBDBDB. Windows color (decimal): -1192707 or 16633069. OLE color: 16633069.

HSL color Cylindrical-coordinate representation of color #EDCCFD: hue angle of 280.41º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDCCFD is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 204 253 -
CMYK 0.06 0.19 0 0.01
HSL 280.41º 0.92% 0.9% -
HSV(B) 280.41º 0.19% 0.99% -
XYZ 74.25 68.28 102.2 -
YUV 219.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 237 204 253 0.06 0.19 0 0.01 280.41 0.92 0.9
Hex ED CC FD 6 13 0 1 118 5C 5A
Octal 355 314 375 6 23 0 1 430 134 132
Binary 11101101 11001100 11111101 110 10011 0 1 100011000 1011100 1011010

Color Harmonies of #EDCCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCFD

Black with #EDCCFD

Text Example


Text Example

White with #EDCCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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