Html Css Color HEX #DDCEF9 Fog

📋 copy color: '#DDCEF9'

red 221 ◦ green 206 ◦ blue 249

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

Shades of Fog #DDCEF9

Tints of Fog #DDCEF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.83%

R = 32.69%
G = 30.47%
B = 36.83%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDCEF9 (or 0xDDCEF9) is known color: Fog. HEX triplet: DD, CE and F9. RGB value is (221,206,249). Sum of RGB (Red+Green+Blue) = 221+206+249=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDCEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEF9 is #223106. Grayscale: #D7D7D7. Windows color (decimal): -2240775 or 16371421. OLE color: 16371421.

HSL color Cylindrical-coordinate representation of color #DDCEF9: hue angle of 260.93º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDCEF9 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 206 249 -
CMYK 0.11 0.17 0 0.02
HSL 260.93º 0.78% 0.89% -
HSV(B) 260.93º 0.17% 0.98% -
XYZ 68.99 66.35 98.79 -
YUV 215.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 221 206 249 0.11 0.17 0 0.02 260.93 0.78 0.89
Hex DD CE F9 B 11 0 2 105 4E 59
Octal 335 316 371 13 21 0 2 405 116 131
Binary 11011101 11001110 11111001 1011 10001 0 10 100000101 1001110 1011001

Color Harmonies of #DDCEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEF9

Black with #DDCEF9

Text Example


Text Example

White with #DDCEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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