Html Css Color HEX #DDC8EA Blue Chalk

📋 copy color: '#DDC8EA'

red 221 ◦ green 200 ◦ blue 234

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

Shades of Blue Chalk #DDC8EA

Tints of Blue Chalk #DDC8EA

RGB

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

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

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

R = 33.74%
G = 30.53%
B = 35.73%

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

#DDC8EA (or 0xDDC8EA) is known color: Blue Chalk. HEX triplet: DD, C8 and EA. RGB value is (221,200,234). Sum of RGB (Red+Green+Blue) = 221+200+234=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDC8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC8EA is #223715. Grayscale: #D2D2D2. Windows color (decimal): -2242326 or 15386845. OLE color: 15386845.

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

Color convert

RGB 221 200 234 -
CMYK 0.06 0.15 0 0.08
HSL 277.06º 0.45% 0.85% -
HSV(B) 277.06º 0.15% 0.92% -
XYZ 65.32 62.62 86.49 -
YUV 210.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 221 200 234 0.06 0.15 0 0.08 277.06 0.45 0.85
Hex DD C8 EA 6 F 0 8 115 2D 55
Octal 335 310 352 6 17 0 10 425 55 125
Binary 11011101 11001000 11101010 110 1111 0 1000 100010101 101101 1010101

Color Harmonies of #DDC8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC8EA

Black with #DDC8EA

Text Example


Text Example

White with #DDC8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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