Html Css Color HEX #DFCCE5 Blue Chalk

📋 copy color: '#DFCCE5'

red 223 ◦ green 204 ◦ blue 229

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

Shades of Blue Chalk #DFCCE5

Tints of Blue Chalk #DFCCE5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.1%

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

R = 33.99%
G = 31.1%
B = 34.91%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DFCCE5 (or 0xDFCCE5) is known color: Blue Chalk. HEX triplet: DF, CC and E5. RGB value is (223,204,229). Sum of RGB (Red+Green+Blue) = 223+204+229=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFCCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCE5 is #20331A. Grayscale: #D4D4D4. Windows color (decimal): -2110235 or 15060191. OLE color: 15060191.

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

Color convert

RGB 223 204 229 -
CMYK 0.03 0.11 0 0.10
HSL 285.6º 0.32% 0.85% -
HSV(B) 285.6º 0.11% 0.9% -
XYZ 66.17 64.53 83.1 -
YUV 212.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 223 204 229 0.03 0.11 0 0.10 285.6 0.32 0.85
Hex DF CC E5 3 B 0 A 11E 20 55
Octal 337 314 345 3 13 0 12 436 40 125
Binary 11011111 11001100 11100101 11 1011 0 1010 100011110 100000 1010101

Color Harmonies of #DFCCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCE5

Black with #DFCCE5

Text Example


Text Example

White with #DFCCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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