Html Css Color HEX #DDC6FA Fog

📋 copy color: '#DDC6FA'

red 221 ◦ green 198 ◦ blue 250

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

Shades of Fog #DDC6FA

Tints of Fog #DDC6FA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.6%

 BLUE value IS 250 (98.05% from 255) = 37.37%

R = 33.03%
G = 29.6%
B = 37.37%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDC6FA (or 0xDDC6FA) is known color: Fog. HEX triplet: DD, C6 and FA. RGB value is (221,198,250). Sum of RGB (Red+Green+Blue) = 221+198+250=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 198 (77.73% from 255 or 29.60% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6FA is #223905. Grayscale: #D2D2D2. Windows color (decimal): -2242822 or 16434909. OLE color: 16434909.

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

Color convert

RGB 221 198 250 -
CMYK 0.12 0.21 0 0.02
HSL 266.54º 0.84% 0.88% -
HSV(B) 266.54º 0.21% 0.98% -
XYZ 67.27 62.66 98.99 -
YUV 210.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 221 198 250 0.12 0.21 0 0.02 266.54 0.84 0.88
Hex DD C6 FA C 15 0 2 10B 54 58
Octal 335 306 372 14 25 0 2 413 124 130
Binary 11011101 11000110 11111010 1100 10101 0 10 100001011 1010100 1011000

Color Harmonies of #DDC6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC6FA

Black with #DDC6FA

Text Example


Text Example

White with #DDC6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC6FA; }

 p { color: rgb(221,198,250); }

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

background-color css

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

 a { background-color: rgb(221,198,250); }

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

border-color css

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

 span { border-color: rgb(221,198,250); }

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