Html Css Color HEX #DFC1EC Blue Chalk

📋 copy color: '#DFC1EC'

red 223 ◦ green 193 ◦ blue 236

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

Shades of Blue Chalk #DFC1EC

Tints of Blue Chalk #DFC1EC

RGB

 RED value IS 223 (87.5% from 255) = 34.2%

 GREEN value IS 193 (75.78% from 255) = 29.6%

 BLUE value IS 236 (92.58% from 255) = 36.2%

R = 34.2%
G = 29.6%
B = 36.2%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFC1EC (or 0xDFC1EC) is known color: Blue Chalk. HEX triplet: DF, C1 and EC. RGB value is (223,193,236). Sum of RGB (Red+Green+Blue) = 223+193+236=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC1EC is #203E13. Grayscale: #CECECE. Windows color (decimal): -2113044 or 15516127. OLE color: 15516127.

HSL color Cylindrical-coordinate representation of color #DFC1EC: hue angle of 281.86º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFC1EC is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 193 236 -
CMYK 0.06 0.18 0 0.07
HSL 281.86º 0.53% 0.84% -
HSV(B) 281.86º 0.18% 0.93% -
XYZ 64.64 59.88 87.51 -
YUV 206.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 223 193 236 0.06 0.18 0 0.07 281.86 0.53 0.84
Hex DF C1 EC 6 12 0 7 11A 35 54
Octal 337 301 354 6 22 0 7 432 65 124
Binary 11011111 11000001 11101100 110 10010 0 111 100011010 110101 1010100

Color Harmonies of #DFC1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC1EC

Black with #DFC1EC

Text Example


Text Example

White with #DFC1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC1EC; }

 p { color: rgb(223,193,236); }

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

background-color css

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

 a { background-color: rgb(223,193,236); }

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

border-color css

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

 span { border-color: rgb(223,193,236); }

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