Html Css Color HEX #DDC9E4 Blue Chalk

📋 copy color: '#DDC9E4'

red 221 ◦ green 201 ◦ blue 228

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

Shades of Blue Chalk #DDC9E4

Tints of Blue Chalk #DDC9E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.08%

R = 34%
G = 30.92%
B = 35.08%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDC9E4 (or 0xDDC9E4) is known color: Blue Chalk. HEX triplet: DD, C9 and E4. RGB value is (221,201,228). Sum of RGB (Red+Green+Blue) = 221+201+228=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDC9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9E4 is #22361B. Grayscale: #D1D1D1. Windows color (decimal): -2242076 or 14993885. OLE color: 14993885.

HSL color Cylindrical-coordinate representation of color #DDC9E4: hue angle of 284.44º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC9E4 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 201 228 -
CMYK 0.03 0.12 0 0.11
HSL 284.44º 0.33% 0.84% -
HSV(B) 284.44º 0.12% 0.89% -
XYZ 64.71 62.75 82.1 -
YUV 210.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 221 201 228 0.03 0.12 0 0.11 284.44 0.33 0.84
Hex DD C9 E4 3 C 0 B 11C 21 54
Octal 335 311 344 3 14 0 13 434 41 124
Binary 11011101 11001001 11100100 11 1100 0 1011 100011100 100001 1010100

Color Harmonies of #DDC9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC9E4

Black with #DDC9E4

Text Example


Text Example

White with #DDC9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC9E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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