Html Css Color HEX #DDBDEA Blue Chalk

📋 copy color: '#DDBDEA'

red 221 ◦ green 189 ◦ blue 234

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

Shades of Blue Chalk #DDBDEA

Tints of Blue Chalk #DDBDEA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.35%

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

R = 34.32%
G = 29.35%
B = 36.34%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDBDEA (or 0xDDBDEA) is known color: Blue Chalk. HEX triplet: DD, BD and EA. RGB value is (221,189,234). Sum of RGB (Red+Green+Blue) = 221+189+234=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDBDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDEA is #224215. Grayscale: #CBCBCB. Windows color (decimal): -2245142 or 15384029. OLE color: 15384029.

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

Color convert

RGB 221 189 234 -
CMYK 0.06 0.19 0 0.08
HSL 282.67º 0.52% 0.83% -
HSV(B) 282.67º 0.19% 0.92% -
XYZ 62.87 57.71 85.67 -
YUV 203.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 221 189 234 0.06 0.19 0 0.08 282.67 0.52 0.83
Hex DD BD EA 6 13 0 8 11B 34 53
Octal 335 275 352 6 23 0 10 433 64 123
Binary 11011101 10111101 11101010 110 10011 0 1000 100011011 110100 1010011

Color Harmonies of #DDBDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDEA

Black with #DDBDEA

Text Example


Text Example

White with #DDBDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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