Html Css Color HEX #DDC3FD Fog

📋 copy color: '#DDC3FD'

red 221 ◦ green 195 ◦ blue 253

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

Shades of Fog #DDC3FD

Tints of Fog #DDC3FD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.15%

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

R = 33.03%
G = 29.15%
B = 37.82%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDC3FD (or 0xDDC3FD) is known color: Fog. HEX triplet: DD, C3 and FD. RGB value is (221,195,253). Sum of RGB (Red+Green+Blue) = 221+195+253=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 195 (76.56% from 255 or 29.15% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDC3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC3FD is #223C02. Grayscale: #D1D1D1. Windows color (decimal): -2243587 or 16630749. OLE color: 16630749.

HSL color Cylindrical-coordinate representation of color #DDC3FD: hue angle of 266.9º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDC3FD is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 195 253 -
CMYK 0.13 0.23 0 0.01
HSL 266.9º 0.94% 0.88% -
HSV(B) 266.9º 0.23% 0.99% -
XYZ 67.06 61.49 101.26 -
YUV 209.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 221 195 253 0.13 0.23 0 0.01 266.9 0.94 0.88
Hex DD C3 FD D 17 0 1 10B 5E 58
Octal 335 303 375 15 27 0 1 413 136 130
Binary 11011101 11000011 11111101 1101 10111 0 1 100001011 1011110 1011000

Color Harmonies of #DDC3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC3FD

Black with #DDC3FD

Text Example


Text Example

White with #DDC3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC3FD; }

 p { color: rgb(221,195,253); }

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

background-color css

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

 a { background-color: rgb(221,195,253); }

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

border-color css

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

 span { border-color: rgb(221,195,253); }

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