Html Css Color HEX #DCCAFD Fog

📋 copy color: '#DCCAFD'

red 220 ◦ green 202 ◦ blue 253

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

Shades of Fog #DCCAFD

Tints of Fog #DCCAFD

RGB

 RED value IS 220 (86.33% from 255) = 32.59%

 GREEN value IS 202 (79.3% from 255) = 29.93%

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

R = 32.59%
G = 29.93%
B = 37.48%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DCCAFD (or 0xDCCAFD) is known color: Fog. HEX triplet: DC, CA and FD. RGB value is (220,202,253). Sum of RGB (Red+Green+Blue) = 220+202+253=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCCAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAFD is #233502. Grayscale: #D5D5D5. Windows color (decimal): -2307331 or 16632540. OLE color: 16632540.

HSL color Cylindrical-coordinate representation of color #DCCAFD: hue angle of 261.18º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCCAFD is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 202 253 -
CMYK 0.13 0.20 0 0.01
HSL 261.18º 0.93% 0.89% -
HSV(B) 261.18º 0.2% 0.99% -
XYZ 68.37 64.55 101.78 -
YUV 213.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 220 202 253 0.13 0.20 0 0.01 261.18 0.93 0.89
Hex DC CA FD D 14 0 1 105 5D 59
Octal 334 312 375 15 24 0 1 405 135 131
Binary 11011100 11001010 11111101 1101 10100 0 1 100000101 1011101 1011001

Color Harmonies of #DCCAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCAFD

Black with #DCCAFD

Text Example


Text Example

White with #DCCAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCAFD; }

 p { color: rgb(220,202,253); }

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

background-color css

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

 a { background-color: rgb(220,202,253); }

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

border-color css

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

 span { border-color: rgb(220,202,253); }

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