Html Css Color HEX #DDC1EB Blue Chalk

📋 copy color: '#DDC1EB'

red 221 ◦ green 193 ◦ blue 235

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

Shades of Blue Chalk #DDC1EB

Tints of Blue Chalk #DDC1EB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.74%

 BLUE value IS 235 (92.19% from 255) = 36.21%

R = 34.05%
G = 29.74%
B = 36.21%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDC1EB (or 0xDDC1EB) is known color: Blue Chalk. HEX triplet: DD, C1 and EB. RGB value is (221,193,235). Sum of RGB (Red+Green+Blue) = 221+193+235=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDC1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1EB is #223E14. Grayscale: #CECECE. Windows color (decimal): -2244117 or 15450589. OLE color: 15450589.

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

Color convert

RGB 221 193 235 -
CMYK 0.06 0.18 0 0.08
HSL 280º 0.51% 0.84% -
HSV(B) 280º 0.18% 0.92% -
XYZ 63.88 59.51 86.72 -
YUV 206.16 144.28 138.58 -
System Red Green Blue C M Y K H S L
Decimal 221 193 235 0.06 0.18 0 0.08 280 0.51 0.84
Hex DD C1 EB 6 12 0 8 118 33 54
Octal 335 301 353 6 22 0 10 430 63 124
Binary 11011101 11000001 11101011 110 10010 0 1000 100011000 110011 1010100

Color Harmonies of #DDC1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC1EB

Black with #DDC1EB

Text Example


Text Example

White with #DDC1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC1EB; }

 p { color: rgb(221,193,235); }

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

background-color css

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

 a { background-color: rgb(221,193,235); }

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

border-color css

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

 span { border-color: rgb(221,193,235); }

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