Html Css Color HEX #DFC3EF Blue Chalk

📋 copy color: '#DFC3EF'

red 223 ◦ green 195 ◦ blue 239

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

Shades of Blue Chalk #DFC3EF

Tints of Blue Chalk #DFC3EF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.68%

 BLUE value IS 239 (93.75% from 255) = 36.38%

R = 33.94%
G = 29.68%
B = 36.38%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFC3EF (or 0xDFC3EF) is known color: Blue Chalk. HEX triplet: DF, C3 and EF. RGB value is (223,195,239). Sum of RGB (Red+Green+Blue) = 223+195+239=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 195 (76.56% from 255 or 29.68% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFC3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC3EF is #203C10. Grayscale: #D0D0D0. Windows color (decimal): -2112529 or 15713247. OLE color: 15713247.

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

Color convert

RGB 223 195 239 -
CMYK 0.07 0.18 0 0.06
HSL 278.18º 0.58% 0.85% -
HSV(B) 278.18º 0.18% 0.94% -
XYZ 65.53 60.95 89.97 -
YUV 208.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 223 195 239 0.07 0.18 0 0.06 278.18 0.58 0.85
Hex DF C3 EF 7 12 0 6 116 3A 55
Octal 337 303 357 7 22 0 6 426 72 125
Binary 11011111 11000011 11101111 111 10010 0 110 100010110 111010 1010101

Color Harmonies of #DFC3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC3EF

Black with #DFC3EF

Text Example


Text Example

White with #DFC3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC3EF; }

 p { color: rgb(223,195,239); }

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

background-color css

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

 a { background-color: rgb(223,195,239); }

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

border-color css

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

 span { border-color: rgb(223,195,239); }

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