Html Css Color HEX #DFC2EF Blue Chalk

📋 copy color: '#DFC2EF'

red 223 ◦ green 194 ◦ blue 239

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

Shades of Blue Chalk #DFC2EF

Tints of Blue Chalk #DFC2EF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.57%

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

R = 33.99%
G = 29.57%
B = 36.43%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFC2EF (or 0xDFC2EF) is known color: Blue Chalk. HEX triplet: DF, C2 and EF. RGB value is (223,194,239). Sum of RGB (Red+Green+Blue) = 223+194+239=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 194 (76.17% from 255 or 29.57% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFC2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2EF is #203D10. Grayscale: #CFCFCF. Windows color (decimal): -2112785 or 15712991. OLE color: 15712991.

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

Color convert

RGB 223 194 239 -
CMYK 0.07 0.19 0 0.06
HSL 278.67º 0.58% 0.85% -
HSV(B) 278.67º 0.19% 0.94% -
XYZ 65.3 60.5 89.9 -
YUV 207.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 223 194 239 0.07 0.19 0 0.06 278.67 0.58 0.85
Hex DF C2 EF 7 13 0 6 117 3A 55
Octal 337 302 357 7 23 0 6 427 72 125
Binary 11011111 11000010 11101111 111 10011 0 110 100010111 111010 1010101

Color Harmonies of #DFC2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC2EF

Black with #DFC2EF

Text Example


Text Example

White with #DFC2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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