Html Css Color HEX #D5CCDD Fog

📋 copy color: '#D5CCDD'

red 213 ◦ green 204 ◦ blue 221

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

Shades of Fog #D5CCDD

Tints of Fog #D5CCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.64%

R = 33.39%
G = 31.97%
B = 34.64%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5CCDD (or 0xD5CCDD) is known color: Fog. HEX triplet: D5, CC and DD. RGB value is (213,204,221). Sum of RGB (Red+Green+Blue) = 213+204+221=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCDD is #2A3322. Grayscale: #D0D0D0. Windows color (decimal): -2765603 or 14535893. OLE color: 14535893.

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

Color convert

RGB 213 204 221 -
CMYK 0.04 0.08 0 0.13
HSL 271.76º 0.2% 0.83% -
HSV(B) 271.76º 0.08% 0.87% -
XYZ 62.08 62.55 77.21 -
YUV 208.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 213 204 221 0.04 0.08 0 0.13 271.76 0.2 0.83
Hex D5 CC DD 4 8 0 D 110 14 53
Octal 325 314 335 4 10 0 15 420 24 123
Binary 11010101 11001100 11011101 100 1000 0 1101 100010000 10100 1010011

Color Harmonies of #D5CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CCDD

Black with #D5CCDD

Text Example


Text Example

White with #D5CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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