Html Css Color HEX #DDCCBB Swirl

📋 copy color: '#DDCCBB'

red 221 ◦ green 204 ◦ blue 187

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

Shades of Swirl #DDCCBB

Tints of Swirl #DDCCBB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.33%

 BLUE value IS 187 (73.44% from 255) = 30.56%

R = 36.11%
G = 33.33%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDCCBB (or 0xDDCCBB) is known color: Swirl. HEX triplet: DD, CC and BB. RGB value is (221,204,187). Sum of RGB (Red+Green+Blue) = 221+204+187=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCBB is #223344. Grayscale: #CFCFCF. Windows color (decimal): -2241349 or 12307677. OLE color: 12307677.

HSL color Cylindrical-coordinate representation of color #DDCCBB: hue angle of 30º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDCCBB is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 187 -
CMYK 0 0.08 0.15 0.13
HSL 30º 0.33% 0.8% -
HSV(B) 30º 0.15% 0.87% -
XYZ 60.38 62.15 55.83 -
YUV 207.15 116.63 137.88 -
System Red Green Blue C M Y K H S L
Decimal 221 204 187 0 0.08 0.15 0.13 30 0.33 0.8
Hex DD CC BB 0 8 F D 1E 21 50
Octal 335 314 273 0 10 17 15 36 41 120
Binary 11011101 11001100 10111011 0 1000 1111 1101 11110 100001 1010000

Color Harmonies of #DDCCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCBB

Black with #DDCCBB

Text Example


Text Example

White with #DDCCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCBB; }

 p { color: rgb(221,204,187); }

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

background-color css

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

 a { background-color: rgb(221,204,187); }

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

border-color css

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

 span { border-color: rgb(221,204,187); }

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