Html Css Color HEX #D9CCFD Fog

📋 copy color: '#D9CCFD'

red 217 ◦ green 204 ◦ blue 253

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

Shades of Fog #D9CCFD

Tints of Fog #D9CCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.54%

R = 32.2%
G = 30.27%
B = 37.54%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9CCFD (or 0xD9CCFD) is known color: Fog. HEX triplet: D9, CC and FD. RGB value is (217,204,253). Sum of RGB (Red+Green+Blue) = 217+204+253=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCFD is #263302. Grayscale: #D5D5D5. Windows color (decimal): -2503427 or 16633049. OLE color: 16633049.

HSL color Cylindrical-coordinate representation of color #D9CCFD: hue angle of 255.92º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9CCFD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 204 253 -
CMYK 0.14 0.19 0 0.01
HSL 255.92º 0.92% 0.9% -
HSV(B) 255.92º 0.19% 0.99% -
XYZ 67.94 65.03 101.9 -
YUV 213.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 217 204 253 0.14 0.19 0 0.01 255.92 0.92 0.9
Hex D9 CC FD E 13 0 1 100 5C 5A
Octal 331 314 375 16 23 0 1 400 134 132
Binary 11011001 11001100 11111101 1110 10011 0 1 100000000 1011100 1011010

Color Harmonies of #D9CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CCFD

Black with #D9CCFD

Text Example


Text Example

White with #D9CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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