Html Css Color HEX #DDC2FB Fog

📋 copy color: '#DDC2FB'

red 221 ◦ green 194 ◦ blue 251

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

Shades of Fog #DDC2FB

Tints of Fog #DDC2FB

RGB

 RED value IS 221 (86.72% from 255) = 33.18%

 GREEN value IS 194 (76.17% from 255) = 29.13%

 BLUE value IS 251 (98.44% from 255) = 37.69%

R = 33.18%
G = 29.13%
B = 37.69%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDC2FB (or 0xDDC2FB) is known color: Fog. HEX triplet: DD, C2 and FB. RGB value is (221,194,251). Sum of RGB (Red+Green+Blue) = 221+194+251=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 194 (76.17% from 255 or 29.13% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDC2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC2FB is #223D04. Grayscale: #D0D0D0. Windows color (decimal): -2243845 or 16499421. OLE color: 16499421.

HSL color Cylindrical-coordinate representation of color #DDC2FB: hue angle of 268.42º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDC2FB is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 194 251 -
CMYK 0.12 0.23 0 0.02
HSL 268.42º 0.88% 0.87% -
HSV(B) 268.42º 0.23% 0.98% -
XYZ 66.52 60.92 99.52 -
YUV 208.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 221 194 251 0.12 0.23 0 0.02 268.42 0.88 0.87
Hex DD C2 FB C 17 0 2 10C 58 57
Octal 335 302 373 14 27 0 2 414 130 127
Binary 11011101 11000010 11111011 1100 10111 0 10 100001100 1011000 1010111

Color Harmonies of #DDC2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC2FB

Black with #DDC2FB

Text Example


Text Example

White with #DDC2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC2FB; }

 p { color: rgb(221,194,251); }

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

background-color css

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

 a { background-color: rgb(221,194,251); }

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

border-color css

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

 span { border-color: rgb(221,194,251); }

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