Html Css Color HEX #DDC4E9 Blue Chalk

📋 copy color: '#DDC4E9'

red 221 ◦ green 196 ◦ blue 233

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

Shades of Blue Chalk #DDC4E9

Tints of Blue Chalk #DDC4E9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.15%

 BLUE value IS 233 (91.41% from 255) = 35.85%

R = 34%
G = 30.15%
B = 35.85%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDC4E9 (or 0xDDC4E9) is known color: Blue Chalk. HEX triplet: DD, C4 and E9. RGB value is (221,196,233). Sum of RGB (Red+Green+Blue) = 221+196+233=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 196 (76.95% from 255 or 30.15% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDC4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC4E9 is #223B16. Grayscale: #CFCFCF. Windows color (decimal): -2243351 or 15320285. OLE color: 15320285.

HSL color Cylindrical-coordinate representation of color #DDC4E9: hue angle of 280.54º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDC4E9 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 196 233 -
CMYK 0.05 0.16 0 0.09
HSL 280.54º 0.46% 0.84% -
HSV(B) 280.54º 0.16% 0.91% -
XYZ 64.27 60.74 85.43 -
YUV 207.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 221 196 233 0.05 0.16 0 0.09 280.54 0.46 0.84
Hex DD C4 E9 5 10 0 9 119 2E 54
Octal 335 304 351 5 20 0 11 431 56 124
Binary 11011101 11000100 11101001 101 10000 0 1001 100011001 101110 1010100

Color Harmonies of #DDC4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4E9

Black with #DDC4E9

Text Example


Text Example

White with #DDC4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4E9; }

 p { color: rgb(221,196,233); }

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

background-color css

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

 a { background-color: rgb(221,196,233); }

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

border-color css

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

 span { border-color: rgb(221,196,233); }

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