Html Css Color HEX #DDC7E8 Blue Chalk

📋 copy color: '#DDC7E8'

red 221 ◦ green 199 ◦ blue 232

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

Shades of Blue Chalk #DDC7E8

Tints of Blue Chalk #DDC7E8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.52%

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

R = 33.9%
G = 30.52%
B = 35.58%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDC7E8 (or 0xDDC7E8) is known color: Blue Chalk. HEX triplet: DD, C7 and E8. RGB value is (221,199,232). Sum of RGB (Red+Green+Blue) = 221+199+232=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDC7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC7E8 is #223817. Grayscale: #D1D1D1. Windows color (decimal): -2242584 or 15255517. OLE color: 15255517.

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

Color convert

RGB 221 199 232 -
CMYK 0.05 0.14 0 0.09
HSL 280º 0.42% 0.85% -
HSV(B) 280º 0.14% 0.91% -
XYZ 64.81 62.05 84.9 -
YUV 209.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 221 199 232 0.05 0.14 0 0.09 280 0.42 0.85
Hex DD C7 E8 5 E 0 9 118 2A 55
Octal 335 307 350 5 16 0 11 430 52 125
Binary 11011101 11000111 11101000 101 1110 0 1001 100011000 101010 1010101

Color Harmonies of #DDC7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC7E8

Black with #DDC7E8

Text Example


Text Example

White with #DDC7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC7E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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