Html Css Color HEX #DDC8E6 Blue Chalk

📋 copy color: '#DDC8E6'

red 221 ◦ green 200 ◦ blue 230

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

Shades of Blue Chalk #DDC8E6

Tints of Blue Chalk #DDC8E6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.72%

 BLUE value IS 230 (90.23% from 255) = 35.33%

R = 33.95%
G = 30.72%
B = 35.33%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDC8E6 (or 0xDDC8E6) is known color: Blue Chalk. HEX triplet: DD, C8 and E6. RGB value is (221,200,230). Sum of RGB (Red+Green+Blue) = 221+200+230=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDC8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC8E6 is #223719. Grayscale: #D1D1D1. Windows color (decimal): -2242330 or 15124701. OLE color: 15124701.

HSL color Cylindrical-coordinate representation of color #DDC8E6: hue angle of 282º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC8E6 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 200 230 -
CMYK 0.04 0.13 0 0.10
HSL 282º 0.38% 0.84% -
HSV(B) 282º 0.13% 0.9% -
XYZ 64.76 62.39 83.49 -
YUV 209.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 221 200 230 0.04 0.13 0 0.10 282 0.38 0.84
Hex DD C8 E6 4 D 0 A 11A 26 54
Octal 335 310 346 4 15 0 12 432 46 124
Binary 11011101 11001000 11100110 100 1101 0 1010 100011010 100110 1010100

Color Harmonies of #DDC8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC8E6

Black with #DDC8E6

Text Example


Text Example

White with #DDC8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC8E6; }

 p { color: rgb(221,200,230); }

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

background-color css

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

 a { background-color: rgb(221,200,230); }

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

border-color css

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

 span { border-color: rgb(221,200,230); }

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