Html Css Color HEX #DFC0EE Blue Chalk

📋 copy color: '#DFC0EE'

red 223 ◦ green 192 ◦ blue 238

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

Shades of Blue Chalk #DFC0EE

Tints of Blue Chalk #DFC0EE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.4%

 BLUE value IS 238 (93.36% from 255) = 36.45%

R = 34.15%
G = 29.4%
B = 36.45%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFC0EE (or 0xDFC0EE) is known color: Blue Chalk. HEX triplet: DF, C0 and EE. RGB value is (223,192,238). Sum of RGB (Red+Green+Blue) = 223+192+238=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0EE is #203F11. Grayscale: #CECECE. Windows color (decimal): -2113298 or 15646943. OLE color: 15646943.

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

Color convert

RGB 223 192 238 -
CMYK 0.06 0.19 0 0.07
HSL 280.43º 0.58% 0.84% -
HSV(B) 280.43º 0.19% 0.93% -
XYZ 64.71 59.56 88.97 -
YUV 206.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 223 192 238 0.06 0.19 0 0.07 280.43 0.58 0.84
Hex DF C0 EE 6 13 0 7 118 3A 54
Octal 337 300 356 6 23 0 7 430 72 124
Binary 11011111 11000000 11101110 110 10011 0 111 100011000 111010 1010100

Color Harmonies of #DFC0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC0EE

Black with #DFC0EE

Text Example


Text Example

White with #DFC0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC0EE; }

 p { color: rgb(223,192,238); }

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

background-color css

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

 a { background-color: rgb(223,192,238); }

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

border-color css

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

 span { border-color: rgb(223,192,238); }

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