#DDF3F3

Color #DDF3F3 Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #DDF3F3

Tints of Light Cyan #DDF3F3

Color information

#DDF3F3 (or 0xDDF3F3) is unknown color: approx Light Cyan. HEX triplet: DD, F3 and F3. RGB value is (221,243,243). Sum of RGB (Red+Green+Blue) = 221+243+243=707 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.26% from 707); Green value is 243 (95.31% from 255 or 34.37% from 707); Blue value is 243 (95.31% from 255 or 34.37% from 707); Max value from RGB is 243 - color contains mainly: green, blue. Hex color #DDF3F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3F3 is #220C0C. Grayscale: #ECECEC. Windows color (decimal): -2231309 or 15987677. OLE color: 15987677.

HSL color Cylindrical-coordinate representation of color #DDF3F3: hue angle of 180º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF3F3 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221243243-
CMYK0.09000.05
HSL180º47.83%90.98%-
HSV(B)180º9.05%95.29%-
XYZ78.0585.9497.27-
YUV236.42131.71117-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.26%
GREEN value IS 243 (95.31% from 255) = 34.37%
BLUE value IS 243 (95.31% from 255) = 34.37%
R=31.26%
G=34.37%
B=34.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212432430.09000.0518047.8390.98
HexDDF3F39005b4305b
Octal3353633631100526460133
Binary110111011111001111110011100100101101101001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3F3; }

 p { color: rgb(221,243,243); }

 H1.HeaderClassName
 {
   color: #DDF3F3;
 }
 .AnyTagClassName
 {
   color: #DDF3F3;
 }
</style>
background-color css

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

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

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

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

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

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