Html Css Color HEX #DFC9EA Blue Chalk

📋 copy color: '#DFC9EA'

red 223 ◦ green 201 ◦ blue 234

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

Shades of Blue Chalk #DFC9EA

Tints of Blue Chalk #DFC9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.56%

R = 33.89%
G = 30.55%
B = 35.56%

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

#DFC9EA (or 0xDFC9EA) is known color: Blue Chalk. HEX triplet: DF, C9 and EA. RGB value is (223,201,234). Sum of RGB (Red+Green+Blue) = 223+201+234=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC9EA is #203615. Grayscale: #D3D3D3. Windows color (decimal): -2110998 or 15387103. OLE color: 15387103.

HSL color Cylindrical-coordinate representation of color #DFC9EA: hue angle of 280º degrees, saturation: 0.44, 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 #DFC9EA is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 201 234 -
CMYK 0.05 0.14 0 0.08
HSL 280º 0.44% 0.85% -
HSV(B) 280º 0.14% 0.92% -
XYZ 66.17 63.4 86.59 -
YUV 211.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 223 201 234 0.05 0.14 0 0.08 280 0.44 0.85
Hex DF C9 EA 5 E 0 8 118 2C 55
Octal 337 311 352 5 16 0 10 430 54 125
Binary 11011111 11001001 11101010 101 1110 0 1000 100011000 101100 1010101

Color Harmonies of #DFC9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC9EA

Black with #DFC9EA

Text Example


Text Example

White with #DFC9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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