Html Css Color HEX #E6CFF2 Blue Chalk

📋 copy color: '#E6CFF2'

red 230 ◦ green 207 ◦ blue 242

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

Shades of Blue Chalk #E6CFF2

Tints of Blue Chalk #E6CFF2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.49%

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

R = 33.87%
G = 30.49%
B = 35.64%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E6CFF2 (or 0xE6CFF2) is known color: Blue Chalk. HEX triplet: E6, CF and F2. RGB value is (230,207,242). Sum of RGB (Red+Green+Blue) = 230+207+242=679 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.87% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6CFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CFF2 is #19300D. Grayscale: #D9D9D9. Windows color (decimal): -1650702 or 15912934. OLE color: 15912934.

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

Color convert

RGB 230 207 242 -
CMYK 0.05 0.14 0 0.05
HSL 279.43º 0.57% 0.88% -
HSV(B) 279.43º 0.14% 0.95% -
XYZ 70.97 67.86 93.36 -
YUV 217.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 230 207 242 0.05 0.14 0 0.05 279.43 0.57 0.88
Hex E6 CF F2 5 E 0 5 117 39 58
Octal 346 317 362 5 16 0 5 427 71 130
Binary 11100110 11001111 11110010 101 1110 0 101 100010111 111001 1011000

Color Harmonies of #E6CFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CFF2

Black with #E6CFF2

Text Example


Text Example

White with #E6CFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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