#DDCAE3

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

Shades of Blue Chalk #DDCAE3

Tints of Blue Chalk #DDCAE3

Color information

#DDCAE3 (or 0xDDCAE3) is unknown color: approx Blue Chalk. HEX triplet: DD, CA and E3. RGB value is (221,202,227). Sum of RGB (Red+Green+Blue) = 221+202+227=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDCAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAE3 is #22351C. Grayscale: #D2D2D2. Windows color (decimal): -2241821 or 14928605. OLE color: 14928605.

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

Color convert

RGB221202227-
CMYK0.030.1100.11
HSL285.6º30.86%84.12%-
HSV(B)285.6º11.01%89.02%-
XYZ64.863.1681.45-
YUV210.53137.29135.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 227 (89.06% from 255) = 34.92%
R=34%
G=31.08%
B=34.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212022270.030.1100.11285.630.8684.12
HexDDCAE33B0B11e1f54
Octal33531234331301343637124
Binary11011101110010101110001111101101011100011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAE3; }

 p { color: rgb(221,202,227); }

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

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

 a { background-color: rgb(221,202,227); }

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

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

 span { border-color: rgb(221,202,227); }

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