Html Css Color HEX #D6CCE7 Fog

📋 copy color: '#D6CCE7'

red 214 ◦ green 204 ◦ blue 231

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

Shades of Fog #D6CCE7

Tints of Fog #D6CCE7

RGB

 RED value IS 214 (83.98% from 255) = 32.97%

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

 BLUE value IS 231 (90.63% from 255) = 35.59%

R = 32.97%
G = 31.43%
B = 35.59%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D6CCE7 (or 0xD6CCE7) is known color: Fog. HEX triplet: D6, CC and E7. RGB value is (214,204,231). Sum of RGB (Red+Green+Blue) = 214+204+231=649 (85% of max value = 765). Red value is 214 (83.98% from 255 or 32.97% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 231 - color contains mainly: blue. Hex color #D6CCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CCE7 is #293318. Grayscale: #D1D1D1. Windows color (decimal): -2700057 or 15191254. OLE color: 15191254.

HSL color Cylindrical-coordinate representation of color #D6CCE7: hue angle of 262.22º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6CCE7 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 204 231 -
CMYK 0.07 0.12 0 0.09
HSL 262.22º 0.36% 0.85% -
HSV(B) 262.22º 0.12% 0.91% -
XYZ 63.75 63.25 84.45 -
YUV 210.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 214 204 231 0.07 0.12 0 0.09 262.22 0.36 0.85
Hex D6 CC E7 7 C 0 9 106 24 55
Octal 326 314 347 7 14 0 11 406 44 125
Binary 11010110 11001100 11100111 111 1100 0 1001 100000110 100100 1010101

Color Harmonies of #D6CCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CCE7

Black with #D6CCE7

Text Example


Text Example

White with #D6CCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CCE7; }

 p { color: rgb(214,204,231); }

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

background-color css

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

 a { background-color: rgb(214,204,231); }

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

border-color css

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

 span { border-color: rgb(214,204,231); }

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