Html Css Color HEX #DDC5EA Blue Chalk

📋 copy color: '#DDC5EA'

red 221 ◦ green 197 ◦ blue 234

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

Shades of Blue Chalk #DDC5EA

Tints of Blue Chalk #DDC5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.21%

 BLUE value IS 234 (91.8% from 255) = 35.89%

R = 33.9%
G = 30.21%
B = 35.89%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDC5EA (or 0xDDC5EA) is known color: Blue Chalk. HEX triplet: DD, C5 and EA. RGB value is (221,197,234). Sum of RGB (Red+Green+Blue) = 221+197+234=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5EA is #223A15. Grayscale: #D0D0D0. Windows color (decimal): -2243094 or 15386077. OLE color: 15386077.

HSL color Cylindrical-coordinate representation of color #DDC5EA: hue angle of 278.92º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDC5EA is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 197 234 -
CMYK 0.06 0.16 0 0.08
HSL 278.92º 0.47% 0.85% -
HSV(B) 278.92º 0.16% 0.92% -
XYZ 64.64 61.25 86.26 -
YUV 208.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 221 197 234 0.06 0.16 0 0.08 278.92 0.47 0.85
Hex DD C5 EA 6 10 0 8 117 2F 55
Octal 335 305 352 6 20 0 10 427 57 125
Binary 11011101 11000101 11101010 110 10000 0 1000 100010111 101111 1010101

Color Harmonies of #DDC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC5EA

Black with #DDC5EA

Text Example


Text Example

White with #DDC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC5EA; }

 p { color: rgb(221,197,234); }

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

background-color css

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

 a { background-color: rgb(221,197,234); }

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

border-color css

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

 span { border-color: rgb(221,197,234); }

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