Html Css Color HEX #DFC5E7 Blue Chalk

📋 copy color: '#DFC5E7'

red 223 ◦ green 197 ◦ blue 231

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

Shades of Blue Chalk #DFC5E7

Tints of Blue Chalk #DFC5E7

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.26%

 BLUE value IS 231 (90.63% from 255) = 35.48%

R = 34.25%
G = 30.26%
B = 35.48%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DFC5E7 (or 0xDFC5E7) is known color: Blue Chalk. HEX triplet: DF, C5 and E7. RGB value is (223,197,231). Sum of RGB (Red+Green+Blue) = 223+197+231=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFC5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5E7 is #203A18. Grayscale: #D0D0D0. Windows color (decimal): -2112025 or 15189471. OLE color: 15189471.

HSL color Cylindrical-coordinate representation of color #DFC5E7: hue angle of 285.88º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFC5E7 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 197 231 -
CMYK 0.03 0.15 0 0.09
HSL 285.88º 0.41% 0.84% -
HSV(B) 285.88º 0.15% 0.91% -
XYZ 64.82 61.39 84.03 -
YUV 208.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 223 197 231 0.03 0.15 0 0.09 285.88 0.41 0.84
Hex DF C5 E7 3 F 0 9 11E 29 54
Octal 337 305 347 3 17 0 11 436 51 124
Binary 11011111 11000101 11100111 11 1111 0 1001 100011110 101001 1010100

Color Harmonies of #DFC5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC5E7

Black with #DFC5E7

Text Example


Text Example

White with #DFC5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC5E7; }

 p { color: rgb(223,197,231); }

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

background-color css

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

 a { background-color: rgb(223,197,231); }

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

border-color css

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

 span { border-color: rgb(223,197,231); }

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