Html Css Color HEX #D1CEDD Fog

📋 copy color: '#D1CEDD'

red 209 ◦ green 206 ◦ blue 221

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

Shades of Fog #D1CEDD

Tints of Fog #D1CEDD

RGB

 RED value IS 209 (82.03% from 255) = 32.86%

 GREEN value IS 206 (80.86% from 255) = 32.39%

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

R = 32.86%
G = 32.39%
B = 34.75%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1CEDD (or 0xD1CEDD) is known color: Fog. HEX triplet: D1, CE and DD. RGB value is (209,206,221). Sum of RGB (Red+Green+Blue) = 209+206+221=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CEDD is #2E3122. Grayscale: #D0D0D0. Windows color (decimal): -3027235 or 14536401. OLE color: 14536401.

HSL color Cylindrical-coordinate representation of color #D1CEDD: hue angle of 252º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1CEDD is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 206 221 -
CMYK 0.05 0.07 0 0.13
HSL 252º 0.18% 0.84% -
HSV(B) 252º 0.07% 0.87% -
XYZ 61.42 62.92 77.31 -
YUV 208.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 209 206 221 0.05 0.07 0 0.13 252 0.18 0.84
Hex D1 CE DD 5 7 0 D FC 12 54
Octal 321 316 335 5 7 0 15 374 22 124
Binary 11010001 11001110 11011101 101 111 0 1101 11111100 10010 1010100

Color Harmonies of #D1CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CEDD

Black with #D1CEDD

Text Example


Text Example

White with #D1CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CEDD; }

 p { color: rgb(209,206,221); }

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

background-color css

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

 a { background-color: rgb(209,206,221); }

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

border-color css

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

 span { border-color: rgb(209,206,221); }

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