Html Css Color HEX #DDCCEF Fog

📋 copy color: '#DDCCEF'

red 221 ◦ green 204 ◦ blue 239

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

Shades of Fog #DDCCEF

Tints of Fog #DDCCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.99%

R = 33.28%
G = 30.72%
B = 35.99%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDCCEF (or 0xDDCCEF) is known color: Fog. HEX triplet: DD, CC and EF. RGB value is (221,204,239). Sum of RGB (Red+Green+Blue) = 221+204+239=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDCCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCEF is #223310. Grayscale: #D4D4D4. Windows color (decimal): -2241297 or 15715549. OLE color: 15715549.

HSL color Cylindrical-coordinate representation of color #DDCCEF: hue angle of 269.14º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDCCEF is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 204 239 -
CMYK 0.08 0.15 0 0.06
HSL 269.14º 0.52% 0.87% -
HSV(B) 269.14º 0.15% 0.94% -
XYZ 66.99 64.79 90.64 -
YUV 213.07 142.63 133.65 -
System Red Green Blue C M Y K H S L
Decimal 221 204 239 0.08 0.15 0 0.06 269.14 0.52 0.87
Hex DD CC EF 8 F 0 6 10D 34 57
Octal 335 314 357 10 17 0 6 415 64 127
Binary 11011101 11001100 11101111 1000 1111 0 110 100001101 110100 1010111

Color Harmonies of #DDCCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCEF

Black with #DDCCEF

Text Example


Text Example

White with #DDCCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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