Html Css Color HEX #DDCEEB Fog

📋 copy color: '#DDCEEB'

red 221 ◦ green 206 ◦ blue 235

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

Shades of Fog #DDCEEB

Tints of Fog #DDCEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.5%

R = 33.38%
G = 31.12%
B = 35.5%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDCEEB (or 0xDDCEEB) is known color: Fog. HEX triplet: DD, CE and EB. RGB value is (221,206,235). Sum of RGB (Red+Green+Blue) = 221+206+235=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDCEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEEB is #223114. Grayscale: #D5D5D5. Windows color (decimal): -2240789 or 15453917. OLE color: 15453917.

HSL color Cylindrical-coordinate representation of color #DDCEEB: hue angle of 271.03º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDCEEB is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 206 235 -
CMYK 0.06 0.12 0 0.08
HSL 271.03º 0.42% 0.86% -
HSV(B) 271.03º 0.12% 0.92% -
XYZ 66.89 65.51 87.72 -
YUV 213.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 221 206 235 0.06 0.12 0 0.08 271.03 0.42 0.86
Hex DD CE EB 6 C 0 8 10F 2A 56
Octal 335 316 353 6 14 0 10 417 52 126
Binary 11011101 11001110 11101011 110 1100 0 1000 100001111 101010 1010110

Color Harmonies of #DDCEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEEB

Black with #DDCEEB

Text Example


Text Example

White with #DDCEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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