Html Css Color HEX #D9CCEE Fog

📋 copy color: '#D9CCEE'

red 217 ◦ green 204 ◦ blue 238

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

Shades of Fog #D9CCEE

Tints of Fog #D9CCEE

RGB

 RED value IS 217 (85.16% from 255) = 32.93%

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

 BLUE value IS 238 (93.36% from 255) = 36.12%

R = 32.93%
G = 30.96%
B = 36.12%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9CCEE (or 0xD9CCEE) is known color: Fog. HEX triplet: D9, CC and EE. RGB value is (217,204,238). Sum of RGB (Red+Green+Blue) = 217+204+238=659 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.93% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCEE is #263311. Grayscale: #D3D3D3. Windows color (decimal): -2503442 or 15650009. OLE color: 15650009.

HSL color Cylindrical-coordinate representation of color #D9CCEE: hue angle of 262.94º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9CCEE is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 204 238 -
CMYK 0.09 0.14 0 0.07
HSL 262.94º 0.5% 0.87% -
HSV(B) 262.94º 0.14% 0.93% -
XYZ 65.64 64.11 89.8 -
YUV 211.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 217 204 238 0.09 0.14 0 0.07 262.94 0.5 0.87
Hex D9 CC EE 9 E 0 7 107 32 57
Octal 331 314 356 11 16 0 7 407 62 127
Binary 11011001 11001100 11101110 1001 1110 0 111 100000111 110010 1010111

Color Harmonies of #D9CCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CCEE

Black with #D9CCEE

Text Example


Text Example

White with #D9CCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CCEE; }

 p { color: rgb(217,204,238); }

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

background-color css

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

 a { background-color: rgb(217,204,238); }

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

border-color css

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

 span { border-color: rgb(217,204,238); }

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