Html Css Color HEX #DDC6E9 Blue Chalk

📋 copy color: '#DDC6E9'

red 221 ◦ green 198 ◦ blue 233

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

Shades of Blue Chalk #DDC6E9

Tints of Blue Chalk #DDC6E9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.37%

 BLUE value IS 233 (91.41% from 255) = 35.74%

R = 33.9%
G = 30.37%
B = 35.74%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDC6E9 (or 0xDDC6E9) is known color: Blue Chalk. HEX triplet: DD, C6 and E9. RGB value is (221,198,233). Sum of RGB (Red+Green+Blue) = 221+198+233=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDC6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6E9 is #223916. Grayscale: #D0D0D0. Windows color (decimal): -2242839 or 15320797. OLE color: 15320797.

HSL color Cylindrical-coordinate representation of color #DDC6E9: hue angle of 279.43º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDC6E9 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 198 233 -
CMYK 0.05 0.15 0 0.09
HSL 279.43º 0.44% 0.85% -
HSV(B) 279.43º 0.15% 0.91% -
XYZ 64.72 61.64 85.58 -
YUV 208.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 221 198 233 0.05 0.15 0 0.09 279.43 0.44 0.85
Hex DD C6 E9 5 F 0 9 117 2C 55
Octal 335 306 351 5 17 0 11 427 54 125
Binary 11011101 11000110 11101001 101 1111 0 1001 100010111 101100 1010101

Color Harmonies of #DDC6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC6E9

Black with #DDC6E9

Text Example


Text Example

White with #DDC6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC6E9; }

 p { color: rgb(221,198,233); }

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

background-color css

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

 a { background-color: rgb(221,198,233); }

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

border-color css

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

 span { border-color: rgb(221,198,233); }

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