Html Css Color HEX #D6CEE1 Fog

📋 copy color: '#D6CEE1'

red 214 ◦ green 206 ◦ blue 225

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

Shades of Fog #D6CEE1

Tints of Fog #D6CEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.88%

R = 33.18%
G = 31.94%
B = 34.88%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D6CEE1 (or 0xD6CEE1) is known color: Fog. HEX triplet: D6, CE and E1. RGB value is (214,206,225). Sum of RGB (Red+Green+Blue) = 214+206+225=645 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.18% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 225 - color contains mainly: blue. Hex color #D6CEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEE1 is #29311E. Grayscale: #D2D2D2. Windows color (decimal): -2699551 or 14798550. OLE color: 14798550.

HSL color Cylindrical-coordinate representation of color #D6CEE1: hue angle of 265.26º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6CEE1 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 206 225 -
CMYK 0.05 0.08 0 0.12
HSL 265.26º 0.24% 0.85% -
HSV(B) 265.26º 0.08% 0.88% -
XYZ 63.39 63.88 80.22 -
YUV 210.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 214 206 225 0.05 0.08 0 0.12 265.26 0.24 0.85
Hex D6 CE E1 5 8 0 C 109 18 55
Octal 326 316 341 5 10 0 14 411 30 125
Binary 11010110 11001110 11100001 101 1000 0 1100 100001001 11000 1010101

Color Harmonies of #D6CEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CEE1

Black with #D6CEE1

Text Example


Text Example

White with #D6CEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CEE1; }

 p { color: rgb(214,206,225); }

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

background-color css

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

 a { background-color: rgb(214,206,225); }

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

border-color css

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

 span { border-color: rgb(214,206,225); }

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