Html Css Color HEX #DFC6EA Blue Chalk

📋 copy color: '#DFC6EA'

red 223 ◦ green 198 ◦ blue 234

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

Shades of Blue Chalk #DFC6EA

Tints of Blue Chalk #DFC6EA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.23%

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

R = 34.05%
G = 30.23%
B = 35.73%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFC6EA (or 0xDFC6EA) is known color: Blue Chalk. HEX triplet: DF, C6 and EA. RGB value is (223,198,234). Sum of RGB (Red+Green+Blue) = 223+198+234=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC6EA is #203915. Grayscale: #D1D1D1. Windows color (decimal): -2111766 or 15386335. OLE color: 15386335.

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

Color convert

RGB 223 198 234 -
CMYK 0.05 0.15 0 0.08
HSL 281.67º 0.46% 0.85% -
HSV(B) 281.67º 0.15% 0.92% -
XYZ 65.48 62.02 86.36 -
YUV 209.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 223 198 234 0.05 0.15 0 0.08 281.67 0.46 0.85
Hex DF C6 EA 5 F 0 8 11A 2E 55
Octal 337 306 352 5 17 0 10 432 56 125
Binary 11011111 11000110 11101010 101 1111 0 1000 100011010 101110 1010101

Color Harmonies of #DFC6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC6EA

Black with #DFC6EA

Text Example


Text Example

White with #DFC6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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