Html Css Color HEX #DFC3EE Blue Chalk

📋 copy color: '#DFC3EE'

red 223 ◦ green 195 ◦ blue 238

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

Shades of Blue Chalk #DFC3EE

Tints of Blue Chalk #DFC3EE

RGB

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

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

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

R = 33.99%
G = 29.73%
B = 36.28%

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

#DFC3EE (or 0xDFC3EE) is known color: Blue Chalk. HEX triplet: DF, C3 and EE. RGB value is (223,195,238). Sum of RGB (Red+Green+Blue) = 223+195+238=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC3EE is #203C11. Grayscale: #D0D0D0. Windows color (decimal): -2112530 or 15647711. OLE color: 15647711.

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

Color convert

RGB 223 195 238 -
CMYK 0.06 0.18 0 0.07
HSL 279.07º 0.56% 0.85% -
HSV(B) 279.07º 0.18% 0.93% -
XYZ 65.38 60.89 89.2 -
YUV 208.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 223 195 238 0.06 0.18 0 0.07 279.07 0.56 0.85
Hex DF C3 EE 6 12 0 7 117 38 55
Octal 337 303 356 6 22 0 7 427 70 125
Binary 11011111 11000011 11101110 110 10010 0 111 100010111 111000 1010101

Color Harmonies of #DFC3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC3EE

Black with #DFC3EE

Text Example


Text Example

White with #DFC3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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