Html Css Color HEX #DDCCEB Fog

📋 copy color: '#DDCCEB'

red 221 ◦ green 204 ◦ blue 235

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

Shades of Fog #DDCCEB

Tints of Fog #DDCCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.91%

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

R = 33.48%
G = 30.91%
B = 35.61%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDCCEB (or 0xDDCCEB) is known color: Fog. HEX triplet: DD, CC and EB. RGB value is (221,204,235). Sum of RGB (Red+Green+Blue) = 221+204+235=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDCCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCEB is #223314. Grayscale: #D4D4D4. Windows color (decimal): -2241301 or 15453405. OLE color: 15453405.

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

Color convert

RGB 221 204 235 -
CMYK 0.06 0.13 0 0.08
HSL 272.9º 0.44% 0.86% -
HSV(B) 272.9º 0.13% 0.92% -
XYZ 66.41 64.56 87.56 -
YUV 212.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 221 204 235 0.06 0.13 0 0.08 272.9 0.44 0.86
Hex DD CC EB 6 D 0 8 111 2C 56
Octal 335 314 353 6 15 0 10 421 54 126
Binary 11011101 11001100 11101011 110 1101 0 1000 100010001 101100 1010110

Color Harmonies of #DDCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCEB

Black with #DDCCEB

Text Example


Text Example

White with #DDCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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