Html Css Color HEX #DFC1ED Blue Chalk

📋 copy color: '#DFC1ED'

red 223 ◦ green 193 ◦ blue 237

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

Shades of Blue Chalk #DFC1ED

Tints of Blue Chalk #DFC1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.29%

R = 34.15%
G = 29.56%
B = 36.29%

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

#DFC1ED (or 0xDFC1ED) is known color: Blue Chalk. HEX triplet: DF, C1 and ED. RGB value is (223,193,237). Sum of RGB (Red+Green+Blue) = 223+193+237=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 193 (75.78% from 255 or 29.56% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFC1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC1ED is #203E12. Grayscale: #CECECE. Windows color (decimal): -2113043 or 15581663. OLE color: 15581663.

HSL color Cylindrical-coordinate representation of color #DFC1ED: hue angle of 280.91º degrees, saturation: 0.55, 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 #DFC1ED is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 193 237 -
CMYK 0.06 0.19 0 0.07
HSL 280.91º 0.55% 0.84% -
HSV(B) 280.91º 0.19% 0.93% -
XYZ 64.79 59.94 88.28 -
YUV 206.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 223 193 237 0.06 0.19 0 0.07 280.91 0.55 0.84
Hex DF C1 ED 6 13 0 7 119 37 54
Octal 337 301 355 6 23 0 7 431 67 124
Binary 11011111 11000001 11101101 110 10011 0 111 100011001 110111 1010100

Color Harmonies of #DFC1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC1ED

Black with #DFC1ED

Text Example


Text Example

White with #DFC1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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