Html Css Color HEX #DDC9EA Blue Chalk

📋 copy color: '#DDC9EA'

red 221 ◦ green 201 ◦ blue 234

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

Shades of Blue Chalk #DDC9EA

Tints of Blue Chalk #DDC9EA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.64%

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

R = 33.69%
G = 30.64%
B = 35.67%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDC9EA (or 0xDDC9EA) is known color: Blue Chalk. HEX triplet: DD, C9 and EA. RGB value is (221,201,234). Sum of RGB (Red+Green+Blue) = 221+201+234=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC9EA is #223615. Grayscale: #D2D2D2. Windows color (decimal): -2242070 or 15387101. OLE color: 15387101.

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

Color convert

RGB 221 201 234 -
CMYK 0.06 0.14 0 0.08
HSL 276.36º 0.44% 0.85% -
HSV(B) 276.36º 0.14% 0.92% -
XYZ 65.56 63.09 86.56 -
YUV 210.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 221 201 234 0.06 0.14 0 0.08 276.36 0.44 0.85
Hex DD C9 EA 6 E 0 8 114 2C 55
Octal 335 311 352 6 16 0 10 424 54 125
Binary 11011101 11001001 11101010 110 1110 0 1000 100010100 101100 1010101

Color Harmonies of #DDC9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC9EA

Black with #DDC9EA

Text Example


Text Example

White with #DDC9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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