Html Css Color HEX #DDCEF6 Fog

📋 copy color: '#DDCEF6'

red 221 ◦ green 206 ◦ blue 246

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

Shades of Fog #DDCEF6

Tints of Fog #DDCEF6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.61%

 BLUE value IS 246 (96.48% from 255) = 36.55%

R = 32.84%
G = 30.61%
B = 36.55%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDCEF6 (or 0xDDCEF6) is known color: Fog. HEX triplet: DD, CE and F6. RGB value is (221,206,246). Sum of RGB (Red+Green+Blue) = 221+206+246=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDCEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEF6 is #223109. Grayscale: #D6D6D6. Windows color (decimal): -2240778 or 16174813. OLE color: 16174813.

HSL color Cylindrical-coordinate representation of color #DDCEF6: hue angle of 262.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDCEF6 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 206 246 -
CMYK 0.10 0.16 0 0.04
HSL 262.5º 0.69% 0.89% -
HSV(B) 262.5º 0.16% 0.96% -
XYZ 68.52 66.17 96.35 -
YUV 215.05 145.47 132.25 -
System Red Green Blue C M Y K H S L
Decimal 221 206 246 0.10 0.16 0 0.04 262.5 0.69 0.89
Hex DD CE F6 A 10 0 4 106 45 59
Octal 335 316 366 12 20 0 4 406 105 131
Binary 11011101 11001110 11110110 1010 10000 0 100 100000110 1000101 1011001

Color Harmonies of #DDCEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEF6

Black with #DDCEF6

Text Example


Text Example

White with #DDCEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEF6; }

 p { color: rgb(221,206,246); }

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

background-color css

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

 a { background-color: rgb(221,206,246); }

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

border-color css

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

 span { border-color: rgb(221,206,246); }

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