Html Css Color HEX #EDCEFD Blue Chalk

📋 copy color: '#EDCEFD'

red 237 ◦ green 206 ◦ blue 253

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

Shades of Blue Chalk #EDCEFD

Tints of Blue Chalk #EDCEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.6%

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

R = 34.05%
G = 29.6%
B = 36.35%

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

#EDCEFD (or 0xEDCEFD) is known color: Blue Chalk. HEX triplet: ED, CE and FD. RGB value is (237,206,253). Sum of RGB (Red+Green+Blue) = 237+206+253=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 206 (80.86% from 255 or 29.60% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDCEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEFD is #123102. Grayscale: #DCDCDC. Windows color (decimal): -1192195 or 16633581. OLE color: 16633581.

HSL color Cylindrical-coordinate representation of color #EDCEFD: hue angle of 279.57º 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 #EDCEFD is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 206 253 -
CMYK 0.06 0.19 0 0.01
HSL 279.57º 0.92% 0.9% -
HSV(B) 279.57º 0.19% 0.99% -
XYZ 74.73 69.24 102.35 -
YUV 220.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 237 206 253 0.06 0.19 0 0.01 279.57 0.92 0.9
Hex ED CE FD 6 13 0 1 118 5C 5A
Octal 355 316 375 6 23 0 1 430 134 132
Binary 11101101 11001110 11111101 110 10011 0 1 100011000 1011100 1011010

Color Harmonies of #EDCEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEFD

Black with #EDCEFD

Text Example


Text Example

White with #EDCEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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