Html Css Color HEX #DFCFE5 Blue Chalk

📋 copy color: '#DFCFE5'

red 223 ◦ green 207 ◦ blue 229

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

Shades of Blue Chalk #DFCFE5

Tints of Blue Chalk #DFCFE5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.41%

 BLUE value IS 229 (89.84% from 255) = 34.75%

R = 33.84%
G = 31.41%
B = 34.75%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DFCFE5 (or 0xDFCFE5) is known color: Blue Chalk. HEX triplet: DF, CF and E5. RGB value is (223,207,229). Sum of RGB (Red+Green+Blue) = 223+207+229=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFCFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFE5 is #20301A. Grayscale: #D6D6D6. Windows color (decimal): -2109467 or 15060959. OLE color: 15060959.

HSL color Cylindrical-coordinate representation of color #DFCFE5: hue angle of 283.64º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFCFE5 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 207 229 -
CMYK 0.03 0.10 0 0.10
HSL 283.64º 0.3% 0.85% -
HSV(B) 283.64º 0.1% 0.9% -
XYZ 66.89 65.97 83.34 -
YUV 214.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 223 207 229 0.03 0.10 0 0.10 283.64 0.3 0.85
Hex DF CF E5 3 A 0 A 11C 1E 55
Octal 337 317 345 3 12 0 12 434 36 125
Binary 11011111 11001111 11100101 11 1010 0 1010 100011100 11110 1010101

Color Harmonies of #DFCFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCFE5

Black with #DFCFE5

Text Example


Text Example

White with #DFCFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCFE5; }

 p { color: rgb(223,207,229); }

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

background-color css

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

 a { background-color: rgb(223,207,229); }

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

border-color css

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

 span { border-color: rgb(223,207,229); }

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