Html Css Color HEX #DFC9EB Blue Chalk

📋 copy color: '#DFC9EB'

red 223 ◦ green 201 ◦ blue 235

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

Shades of Blue Chalk #DFC9EB

Tints of Blue Chalk #DFC9EB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.5%

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

R = 33.84%
G = 30.5%
B = 35.66%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFC9EB (or 0xDFC9EB) is known color: Blue Chalk. HEX triplet: DF, C9 and EB. RGB value is (223,201,235). Sum of RGB (Red+Green+Blue) = 223+201+235=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFC9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC9EB is #203614. Grayscale: #D3D3D3. Windows color (decimal): -2110997 or 15452639. OLE color: 15452639.

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

Color convert

RGB 223 201 235 -
CMYK 0.05 0.14 0 0.08
HSL 278.82º 0.46% 0.85% -
HSV(B) 278.82º 0.14% 0.92% -
XYZ 66.31 63.46 87.35 -
YUV 211.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 223 201 235 0.05 0.14 0 0.08 278.82 0.46 0.85
Hex DF C9 EB 5 E 0 8 117 2E 55
Octal 337 311 353 5 16 0 10 427 56 125
Binary 11011111 11001001 11101011 101 1110 0 1000 100010111 101110 1010101

Color Harmonies of #DFC9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC9EB

Black with #DFC9EB

Text Example


Text Example

White with #DFC9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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