#DFCBE5

Color #DFCBE5 Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #DFCBE5

Tints of Blue Chalk #DFCBE5

Color information

#DFCBE5 (or 0xDFCBE5) is unknown color: approx Blue Chalk. HEX triplet: DF, CB and E5. RGB value is (223,203,229). Sum of RGB (Red+Green+Blue) = 223+203+229=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFCBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBE5 is #20341A. Grayscale: #D3D3D3. Windows color (decimal): -2110491 or 15059935. OLE color: 15059935.

HSL color Cylindrical-coordinate representation of color #DFCBE5: hue angle of 286.15º degrees, saturation: 0.33, 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 #DFCBE5 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223203229-
CMYK0.030.1100.10
HSL286.15º33.33%84.71%-
HSV(B)286.15º11.35%89.8%-
XYZ65.9364.0683.02-
YUV211.94137.63135.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 203 (79.69% from 255) = 30.99%
BLUE value IS 229 (89.84% from 255) = 34.96%
R=34.05%
G=30.99%
B=34.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232032290.030.1100.10286.1533.3384.71
HexDFCBE53B0A11e2155
Octal33731334531301243641125
Binary110111111100101111100101111011010101000111101000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBE5; }

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

 H1.HeaderClassName
 {
   color: #DFCBE5;
 }
 .AnyTagClassName
 {
   color: #DFCBE5;
 }
</style>
background-color css

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

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

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

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

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

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