Html Css Color HEX #DFC1EB Blue Chalk

📋 copy color: '#DFC1EB'

red 223 ◦ green 193 ◦ blue 235

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

Shades of Blue Chalk #DFC1EB

Tints of Blue Chalk #DFC1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.1%

R = 34.25%
G = 29.65%
B = 36.1%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFC1EB (or 0xDFC1EB) is known color: Blue Chalk. HEX triplet: DF, C1 and EB. RGB value is (223,193,235). Sum of RGB (Red+Green+Blue) = 223+193+235=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFC1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC1EB is #203E14. Grayscale: #CECECE. Windows color (decimal): -2113045 or 15450591. OLE color: 15450591.

HSL color Cylindrical-coordinate representation of color #DFC1EB: hue angle of 282.86º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFC1EB is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 193 235 -
CMYK 0.05 0.18 0 0.08
HSL 282.86º 0.51% 0.84% -
HSV(B) 282.86º 0.18% 0.92% -
XYZ 64.5 59.83 86.75 -
YUV 206.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 223 193 235 0.05 0.18 0 0.08 282.86 0.51 0.84
Hex DF C1 EB 5 12 0 8 11B 33 54
Octal 337 301 353 5 22 0 10 433 63 124
Binary 11011111 11000001 11101011 101 10010 0 1000 100011011 110011 1010100

Color Harmonies of #DFC1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC1EB

Black with #DFC1EB

Text Example


Text Example

White with #DFC1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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