Html Css Color HEX #DDC6E8 Blue Chalk

📋 copy color: '#DDC6E8'

red 221 ◦ green 198 ◦ blue 232

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

Shades of Blue Chalk #DDC6E8

Tints of Blue Chalk #DDC6E8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.41%

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

R = 33.95%
G = 30.41%
B = 35.64%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDC6E8 (or 0xDDC6E8) is known color: Blue Chalk. HEX triplet: DD, C6 and E8. RGB value is (221,198,232). Sum of RGB (Red+Green+Blue) = 221+198+232=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 198 (77.73% from 255 or 30.41% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDC6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6E8 is #223917. Grayscale: #D0D0D0. Windows color (decimal): -2242840 or 15255261. OLE color: 15255261.

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

Color convert

RGB 221 198 232 -
CMYK 0.05 0.15 0 0.09
HSL 280.59º 0.43% 0.84% -
HSV(B) 280.59º 0.15% 0.91% -
XYZ 64.58 61.59 84.83 -
YUV 208.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 221 198 232 0.05 0.15 0 0.09 280.59 0.43 0.84
Hex DD C6 E8 5 F 0 9 119 2A 54
Octal 335 306 350 5 17 0 11 431 52 124
Binary 11011101 11000110 11101000 101 1111 0 1001 100011001 101010 1010100

Color Harmonies of #DDC6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC6E8

Black with #DDC6E8

Text Example


Text Example

White with #DDC6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC6E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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