Html Css Color HEX #E6CDF2 Blue Chalk

📋 copy color: '#E6CDF2'

red 230 ◦ green 205 ◦ blue 242

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

Shades of Blue Chalk #E6CDF2

Tints of Blue Chalk #E6CDF2

RGB

 RED value IS 230 (90.23% from 255) = 33.97%

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

 BLUE value IS 242 (94.92% from 255) = 35.75%

R = 33.97%
G = 30.28%
B = 35.75%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E6CDF2 (or 0xE6CDF2) is known color: Blue Chalk. HEX triplet: E6, CD and F2. RGB value is (230,205,242). Sum of RGB (Red+Green+Blue) = 230+205+242=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6CDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDF2 is #19320D. Grayscale: #D8D8D8. Windows color (decimal): -1651214 or 15912422. OLE color: 15912422.

HSL color Cylindrical-coordinate representation of color #E6CDF2: hue angle of 280.54º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6CDF2 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 205 242 -
CMYK 0.05 0.15 0 0.05
HSL 280.54º 0.59% 0.88% -
HSV(B) 280.54º 0.15% 0.95% -
XYZ 70.49 66.9 93.2 -
YUV 216.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 230 205 242 0.05 0.15 0 0.05 280.54 0.59 0.88
Hex E6 CD F2 5 F 0 5 119 3B 58
Octal 346 315 362 5 17 0 5 431 73 130
Binary 11100110 11001101 11110010 101 1111 0 101 100011001 111011 1011000

Color Harmonies of #E6CDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CDF2

Black with #E6CDF2

Text Example


Text Example

White with #E6CDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CDF2; }

 p { color: rgb(230,205,242); }

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

background-color css

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

 a { background-color: rgb(230,205,242); }

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

border-color css

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

 span { border-color: rgb(230,205,242); }

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