Html Css Color HEX #DDC4E8 Blue Chalk

📋 copy color: '#DDC4E8'

red 221 ◦ green 196 ◦ blue 232

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

Shades of Blue Chalk #DDC4E8

Tints of Blue Chalk #DDC4E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.75%

R = 34.05%
G = 30.2%
B = 35.75%

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

#DDC4E8 (or 0xDDC4E8) is known color: Blue Chalk. HEX triplet: DD, C4 and E8. RGB value is (221,196,232). Sum of RGB (Red+Green+Blue) = 221+196+232=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDC4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC4E8 is #223B17. Grayscale: #CFCFCF. Windows color (decimal): -2243352 or 15254749. OLE color: 15254749.

HSL color Cylindrical-coordinate representation of color #DDC4E8: hue angle of 281.67º degrees, saturation: 0.44, 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 #DDC4E8 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 196 232 -
CMYK 0.05 0.16 0 0.09
HSL 281.67º 0.44% 0.84% -
HSV(B) 281.67º 0.16% 0.91% -
XYZ 64.12 60.68 84.68 -
YUV 207.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 221 196 232 0.05 0.16 0 0.09 281.67 0.44 0.84
Hex DD C4 E8 5 10 0 9 11A 2C 54
Octal 335 304 350 5 20 0 11 432 54 124
Binary 11011101 11000100 11101000 101 10000 0 1001 100011010 101100 1010100

Color Harmonies of #DDC4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4E8

Black with #DDC4E8

Text Example


Text Example

White with #DDC4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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