Html Css Color HEX #D6CFEB Fog

📋 copy color: '#D6CFEB'

red 214 ◦ green 207 ◦ blue 235

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

Shades of Fog #D6CFEB

Tints of Fog #D6CFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.55%

 BLUE value IS 235 (92.19% from 255) = 35.82%

R = 32.62%
G = 31.55%
B = 35.82%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D6CFEB (or 0xD6CFEB) is known color: Fog. HEX triplet: D6, CF and EB. RGB value is (214,207,235). Sum of RGB (Red+Green+Blue) = 214+207+235=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CFEB is #293014. Grayscale: #D4D4D4. Windows color (decimal): -2699285 or 15454166. OLE color: 15454166.

HSL color Cylindrical-coordinate representation of color #D6CFEB: hue angle of 255º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6CFEB is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 207 235 -
CMYK 0.09 0.12 0 0.08
HSL 255º 0.41% 0.87% -
HSV(B) 255º 0.12% 0.92% -
XYZ 65.04 64.92 87.7 -
YUV 212.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 214 207 235 0.09 0.12 0 0.08 255 0.41 0.87
Hex D6 CF EB 9 C 0 8 FF 29 57
Octal 326 317 353 11 14 0 10 377 51 127
Binary 11010110 11001111 11101011 1001 1100 0 1000 11111111 101001 1010111

Color Harmonies of #D6CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CFEB

Black with #D6CFEB

Text Example


Text Example

White with #D6CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CFEB; }

 p { color: rgb(214,207,235); }

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

background-color css

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

 a { background-color: rgb(214,207,235); }

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

border-color css

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

 span { border-color: rgb(214,207,235); }

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