Html Css Color HEX #D5CCC1 Swirl

📋 copy color: '#D5CCC1'

red 213 ◦ green 204 ◦ blue 193

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

Shades of Swirl #D5CCC1

Tints of Swirl #D5CCC1

RGB

 RED value IS 213 (83.59% from 255) = 34.92%

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

 BLUE value IS 193 (75.78% from 255) = 31.64%

R = 34.92%
G = 33.44%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D5CCC1 (or 0xD5CCC1) is known color: Swirl. HEX triplet: D5, CC and C1. RGB value is (213,204,193). Sum of RGB (Red+Green+Blue) = 213+204+193=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCC1 is #2A333E. Grayscale: #CDCDCD. Windows color (decimal): -2765631 or 12700885. OLE color: 12700885.

HSL color Cylindrical-coordinate representation of color #D5CCC1: hue angle of 33º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5CCC1 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 193 -
CMYK 0 0.04 0.09 0.16
HSL 33º 0.19% 0.8% -
HSV(B) 33º 0.09% 0.84% -
XYZ 58.66 61.18 59.17 -
YUV 205.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 213 204 193 0 0.04 0.09 0.16 33 0.19 0.8
Hex D5 CC C1 0 4 9 10 21 13 50
Octal 325 314 301 0 4 11 20 41 23 120
Binary 11010101 11001100 11000001 0 100 1001 10000 100001 10011 1010000

Color Harmonies of #D5CCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CCC1

Black with #D5CCC1

Text Example


Text Example

White with #D5CCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CCC1; }

 p { color: rgb(213,204,193); }

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

background-color css

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

 a { background-color: rgb(213,204,193); }

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

border-color css

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

 span { border-color: rgb(213,204,193); }

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