Html Css Color HEX #DDC1E6 Blue Chalk

📋 copy color: '#DDC1E6'

red 221 ◦ green 193 ◦ blue 230

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

Shades of Blue Chalk #DDC1E6

Tints of Blue Chalk #DDC1E6

RGB

 RED value IS 221 (86.72% from 255) = 34.32%

 GREEN value IS 193 (75.78% from 255) = 29.97%

 BLUE value IS 230 (90.23% from 255) = 35.71%

R = 34.32%
G = 29.97%
B = 35.71%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDC1E6 (or 0xDDC1E6) is known color: Blue Chalk. HEX triplet: DD, C1 and E6. RGB value is (221,193,230). Sum of RGB (Red+Green+Blue) = 221+193+230=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 193 (75.78% from 255 or 29.97% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDC1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1E6 is #223E19. Grayscale: #CDCDCD. Windows color (decimal): -2244122 or 15122909. OLE color: 15122909.

HSL color Cylindrical-coordinate representation of color #DDC1E6: hue angle of 285.41º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDC1E6 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 193 230 -
CMYK 0.04 0.16 0 0.10
HSL 285.41º 0.43% 0.83% -
HSV(B) 285.41º 0.16% 0.9% -
XYZ 63.17 59.23 82.97 -
YUV 205.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 221 193 230 0.04 0.16 0 0.10 285.41 0.43 0.83
Hex DD C1 E6 4 10 0 A 11D 2B 53
Octal 335 301 346 4 20 0 12 435 53 123
Binary 11011101 11000001 11100110 100 10000 0 1010 100011101 101011 1010011

Color Harmonies of #DDC1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC1E6

Black with #DDC1E6

Text Example


Text Example

White with #DDC1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC1E6; }

 p { color: rgb(221,193,230); }

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

background-color css

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

 a { background-color: rgb(221,193,230); }

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

border-color css

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

 span { border-color: rgb(221,193,230); }

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