Html Css Color HEX #DFC5ED Blue Chalk

📋 copy color: '#DFC5ED'

red 223 ◦ green 197 ◦ blue 237

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

Shades of Blue Chalk #DFC5ED

Tints of Blue Chalk #DFC5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.07%

R = 33.94%
G = 29.98%
B = 36.07%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFC5ED (or 0xDFC5ED) is known color: Blue Chalk. HEX triplet: DF, C5 and ED. RGB value is (223,197,237). Sum of RGB (Red+Green+Blue) = 223+197+237=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5ED is #203A12. Grayscale: #D1D1D1. Windows color (decimal): -2112019 or 15582687. OLE color: 15582687.

HSL color Cylindrical-coordinate representation of color #DFC5ED: hue angle of 279º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFC5ED is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 197 237 -
CMYK 0.06 0.17 0 0.07
HSL 279º 0.53% 0.85% -
HSV(B) 279º 0.17% 0.93% -
XYZ 65.68 61.73 88.57 -
YUV 209.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 223 197 237 0.06 0.17 0 0.07 279 0.53 0.85
Hex DF C5 ED 6 11 0 7 117 35 55
Octal 337 305 355 6 21 0 7 427 65 125
Binary 11011111 11000101 11101101 110 10001 0 111 100010111 110101 1010101

Color Harmonies of #DFC5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC5ED

Black with #DFC5ED

Text Example


Text Example

White with #DFC5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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