Html Css Color HEX #DDC5FA Fog

📋 copy color: '#DDC5FA'

red 221 ◦ green 197 ◦ blue 250

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

Shades of Fog #DDC5FA

Tints of Fog #DDC5FA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.49%

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

R = 33.08%
G = 29.49%
B = 37.43%

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

#DDC5FA (or 0xDDC5FA) is known color: Fog. HEX triplet: DD, C5 and FA. RGB value is (221,197,250). Sum of RGB (Red+Green+Blue) = 221+197+250=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 197 (77.34% from 255 or 29.49% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5FA is #223A05. Grayscale: #D2D2D2. Windows color (decimal): -2243078 or 16434653. OLE color: 16434653.

HSL color Cylindrical-coordinate representation of color #DDC5FA: hue angle of 267.17º 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 #DDC5FA is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 197 250 -
CMYK 0.12 0.21 0 0.02
HSL 267.17º 0.84% 0.88% -
HSV(B) 267.17º 0.21% 0.98% -
XYZ 67.04 62.21 98.92 -
YUV 210.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 221 197 250 0.12 0.21 0 0.02 267.17 0.84 0.88
Hex DD C5 FA C 15 0 2 10B 54 58
Octal 335 305 372 14 25 0 2 413 124 130
Binary 11011101 11000101 11111010 1100 10101 0 10 100001011 1010100 1011000

Color Harmonies of #DDC5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC5FA

Black with #DDC5FA

Text Example


Text Example

White with #DDC5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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