Html Css Color HEX #EDCBFF Blue Chalk

📋 copy color: '#EDCBFF'

red 237 ◦ green 203 ◦ blue 255

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

Shades of Blue Chalk #EDCBFF

Tints of Blue Chalk #EDCBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.21%

 BLUE value IS 255 (100% from 255) = 36.69%

R = 34.1%
G = 29.21%
B = 36.69%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDCBFF (or 0xEDCBFF) is known color: Blue Chalk. HEX triplet: ED, CB and FF. RGB value is (237,203,255). Sum of RGB (Red+Green+Blue) = 237+203+255=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 203 (79.69% from 255 or 29.21% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDCBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCBFF is #123400. Grayscale: #DADADA. Windows color (decimal): -1192961 or 16763885. OLE color: 16763885.

HSL color Cylindrical-coordinate representation of color #EDCBFF: hue angle of 279.23º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDCBFF is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 203 255 -
CMYK 0.07 0.20 0 0
HSL 279.23º 1% 0.9% -
HSV(B) 279.23º 0.2% 1% -
XYZ 74.33 67.94 103.8 -
YUV 219.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 237 203 255 0.07 0.20 0 0 279.23 1 0.9
Hex ED CB FF 7 14 0 0 117 64 5A
Octal 355 313 377 7 24 0 0 427 144 132
Binary 11101101 11001011 11111111 111 10100 0 0 100010111 1100100 1011010

Color Harmonies of #EDCBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBFF

Black with #EDCBFF

Text Example


Text Example

White with #EDCBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBFF; }

 p { color: rgb(237,203,255); }

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

background-color css

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

 a { background-color: rgb(237,203,255); }

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

border-color css

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

 span { border-color: rgb(237,203,255); }

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