Html Css Color HEX #DDC8EB Blue Chalk

📋 copy color: '#DDC8EB'

red 221 ◦ green 200 ◦ blue 235

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

Shades of Blue Chalk #DDC8EB

Tints of Blue Chalk #DDC8EB

RGB

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

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

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

R = 33.69%
G = 30.49%
B = 35.82%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDC8EB (or 0xDDC8EB) is known color: Blue Chalk. HEX triplet: DD, C8 and EB. RGB value is (221,200,235). Sum of RGB (Red+Green+Blue) = 221+200+235=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDC8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC8EB is #223714. Grayscale: #D2D2D2. Windows color (decimal): -2242325 or 15452381. OLE color: 15452381.

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

Color convert

RGB 221 200 235 -
CMYK 0.06 0.15 0 0.08
HSL 276º 0.47% 0.85% -
HSV(B) 276º 0.15% 0.92% -
XYZ 65.47 62.68 87.24 -
YUV 210.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 221 200 235 0.06 0.15 0 0.08 276 0.47 0.85
Hex DD C8 EB 6 F 0 8 114 2F 55
Octal 335 310 353 6 17 0 10 424 57 125
Binary 11011101 11001000 11101011 110 1111 0 1000 100010100 101111 1010101

Color Harmonies of #DDC8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC8EB

Black with #DDC8EB

Text Example


Text Example

White with #DDC8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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