Html Css Color HEX #DDC0EB Blue Chalk

📋 copy color: '#DDC0EB'

red 221 ◦ green 192 ◦ blue 235

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

Shades of Blue Chalk #DDC0EB

Tints of Blue Chalk #DDC0EB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.63%

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

R = 34.1%
G = 29.63%
B = 36.27%

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

#DDC0EB (or 0xDDC0EB) is known color: Blue Chalk. HEX triplet: DD, C0 and EB. RGB value is (221,192,235). Sum of RGB (Red+Green+Blue) = 221+192+235=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDC0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0EB is #223F14. Grayscale: #CDCDCD. Windows color (decimal): -2244373 or 15450333. OLE color: 15450333.

HSL color Cylindrical-coordinate representation of color #DDC0EB: hue angle of 280.47º degrees, saturation: 0.52, 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 #DDC0EB is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 192 235 -
CMYK 0.06 0.18 0 0.08
HSL 280.47º 0.52% 0.84% -
HSV(B) 280.47º 0.18% 0.92% -
XYZ 63.66 59.07 86.64 -
YUV 205.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 221 192 235 0.06 0.18 0 0.08 280.47 0.52 0.84
Hex DD C0 EB 6 12 0 8 118 34 54
Octal 335 300 353 6 22 0 10 430 64 124
Binary 11011101 11000000 11101011 110 10010 0 1000 100011000 110100 1010100

Color Harmonies of #DDC0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC0EB

Black with #DDC0EB

Text Example


Text Example

White with #DDC0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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