Html Css Color HEX #DDCEEE Fog

📋 copy color: '#DDCEEE'

red 221 ◦ green 206 ◦ blue 238

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

Shades of Fog #DDCEEE

Tints of Fog #DDCEEE

RGB

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

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

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

R = 33.23%
G = 30.98%
B = 35.79%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDCEEE (or 0xDDCEEE) is known color: Fog. HEX triplet: DD, CE and EE. RGB value is (221,206,238). Sum of RGB (Red+Green+Blue) = 221+206+238=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDCEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEEE is #223111. Grayscale: #D6D6D6. Windows color (decimal): -2240786 or 15650525. OLE color: 15650525.

HSL color Cylindrical-coordinate representation of color #DDCEEE: hue angle of 268.12º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDCEEE is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 206 238 -
CMYK 0.07 0.13 0 0.07
HSL 268.13º 0.48% 0.87% -
HSV(B) 268.13º 0.13% 0.93% -
XYZ 67.32 65.69 90.02 -
YUV 214.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 221 206 238 0.07 0.13 0 0.07 268.13 0.48 0.87
Hex DD CE EE 7 D 0 7 10C 30 57
Octal 335 316 356 7 15 0 7 414 60 127
Binary 11011101 11001110 11101110 111 1101 0 111 100001100 110000 1010111

Color Harmonies of #DDCEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEEE

Black with #DDCEEE

Text Example


Text Example

White with #DDCEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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