Html Css Color HEX #DCCAEE Fog

📋 copy color: '#DCCAEE'

red 220 ◦ green 202 ◦ blue 238

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

Shades of Fog #DCCAEE

Tints of Fog #DCCAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.06%

R = 33.33%
G = 30.61%
B = 36.06%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCCAEE (or 0xDCCAEE) is known color: Fog. HEX triplet: DC, CA and EE. RGB value is (220,202,238). Sum of RGB (Red+Green+Blue) = 220+202+238=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCCAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAEE is #233511. Grayscale: #D3D3D3. Windows color (decimal): -2307346 or 15649500. OLE color: 15649500.

HSL color Cylindrical-coordinate representation of color #DCCAEE: hue angle of 270º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCCAEE is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 202 238 -
CMYK 0.08 0.15 0 0.07
HSL 270º 0.51% 0.86% -
HSV(B) 270º 0.15% 0.93% -
XYZ 66.07 63.63 89.69 -
YUV 211.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 220 202 238 0.08 0.15 0 0.07 270 0.51 0.86
Hex DC CA EE 8 F 0 7 10E 33 56
Octal 334 312 356 10 17 0 7 416 63 126
Binary 11011100 11001010 11101110 1000 1111 0 111 100001110 110011 1010110

Color Harmonies of #DCCAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCAEE

Black with #DCCAEE

Text Example


Text Example

White with #DCCAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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