Html Css Color HEX #D8CCF9 Fog

📋 copy color: '#D8CCF9'

red 216 ◦ green 204 ◦ blue 249

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

Shades of Fog #D8CCF9

Tints of Fog #D8CCF9

RGB

 RED value IS 216 (84.77% from 255) = 32.29%

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

 BLUE value IS 249 (97.66% from 255) = 37.22%

R = 32.29%
G = 30.49%
B = 37.22%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D8CCF9 (or 0xD8CCF9) is known color: Fog. HEX triplet: D8, CC and F9. RGB value is (216,204,249). Sum of RGB (Red+Green+Blue) = 216+204+249=669 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.29% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8CCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCF9 is #273306. Grayscale: #D4D4D4. Windows color (decimal): -2568967 or 16370904. OLE color: 16370904.

HSL color Cylindrical-coordinate representation of color #D8CCF9: hue angle of 256º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8CCF9 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 204 249 -
CMYK 0.13 0.18 0 0.02
HSL 256º 0.79% 0.89% -
HSV(B) 256º 0.18% 0.98% -
XYZ 67.01 64.62 98.56 -
YUV 212.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 216 204 249 0.13 0.18 0 0.02 256 0.79 0.89
Hex D8 CC F9 D 12 0 2 100 4F 59
Octal 330 314 371 15 22 0 2 400 117 131
Binary 11011000 11001100 11111001 1101 10010 0 10 100000000 1001111 1011001

Color Harmonies of #D8CCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CCF9

Black with #D8CCF9

Text Example


Text Example

White with #D8CCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CCF9; }

 p { color: rgb(216,204,249); }

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

background-color css

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

 a { background-color: rgb(216,204,249); }

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

border-color css

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

 span { border-color: rgb(216,204,249); }

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