Html Css Color HEX #D6C6FB Fog

📋 copy color: '#D6C6FB'

red 214 ◦ green 198 ◦ blue 251

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

Shades of Fog #D6C6FB

Tints of Fog #D6C6FB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.86%

 BLUE value IS 251 (98.44% from 255) = 37.86%

R = 32.28%
G = 29.86%
B = 37.86%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6C6FB (or 0xD6C6FB) is known color: Fog. HEX triplet: D6, C6 and FB. RGB value is (214,198,251). Sum of RGB (Red+Green+Blue) = 214+198+251=663 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.28% from 663); Green value is 198 (77.73% from 255 or 29.86% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6C6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C6FB is #293904. Grayscale: #D0D0D0. Windows color (decimal): -2701573 or 16500438. OLE color: 16500438.

HSL color Cylindrical-coordinate representation of color #D6C6FB: hue angle of 258.11º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6C6FB is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 198 251 -
CMYK 0.15 0.21 0 0.02
HSL 258.11º 0.87% 0.88% -
HSV(B) 258.11º 0.21% 0.98% -
XYZ 65.34 61.65 99.72 -
YUV 208.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 214 198 251 0.15 0.21 0 0.02 258.11 0.87 0.88
Hex D6 C6 FB F 15 0 2 102 57 58
Octal 326 306 373 17 25 0 2 402 127 130
Binary 11010110 11000110 11111011 1111 10101 0 10 100000010 1010111 1011000

Color Harmonies of #D6C6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C6FB

Black with #D6C6FB

Text Example


Text Example

White with #D6C6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C6FB; }

 p { color: rgb(214,198,251); }

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

background-color css

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

 a { background-color: rgb(214,198,251); }

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

border-color css

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

 span { border-color: rgb(214,198,251); }

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