Html Css Color HEX #EFCDFF Blue Chalk

📋 copy color: '#EFCDFF'

red 239 ◦ green 205 ◦ blue 255

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

Shades of Blue Chalk #EFCDFF

Tints of Blue Chalk #EFCDFF

RGB

 RED value IS 239 (93.75% from 255) = 34.19%

 GREEN value IS 205 (80.47% from 255) = 29.33%

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

R = 34.19%
G = 29.33%
B = 36.48%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFCDFF (or 0xEFCDFF) is known color: Blue Chalk. HEX triplet: EF, CD and FF. RGB value is (239,205,255). Sum of RGB (Red+Green+Blue) = 239+205+255=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 205 (80.47% from 255 or 29.33% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFCDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDFF is #103200. Grayscale: #DCDCDC. Windows color (decimal): -1061377 or 16764399. OLE color: 16764399.

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

Color convert

RGB 239 205 255 -
CMYK 0.06 0.20 0 0
HSL 280.8º 1% 0.9% -
HSV(B) 280.8º 0.2% 1% -
XYZ 75.48 69.23 103.99 -
YUV 220.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 239 205 255 0.06 0.20 0 0 280.8 1 0.9
Hex EF CD FF 6 14 0 0 119 64 5A
Octal 357 315 377 6 24 0 0 431 144 132
Binary 11101111 11001101 11111111 110 10100 0 0 100011001 1100100 1011010

Color Harmonies of #EFCDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDFF

Black with #EFCDFF

Text Example


Text Example

White with #EFCDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDFF; }

 p { color: rgb(239,205,255); }

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

background-color css

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

 a { background-color: rgb(239,205,255); }

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

border-color css

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

 span { border-color: rgb(239,205,255); }

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