Shades of Light Cyan #DFF3F3
Tints of Light Cyan #DFF3F3
RGB
CMYK
RGB Variations
Color information
#DFF3F3 (or 0xDFF3F3) is known color: Light Cyan. HEX triplet: DF, F3 and F3. RGB value is (223,243,243). Sum of RGB (Red+Green+Blue) = 223+243+243=709 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.45% from 709); Green value is 243 (95.31% from 255 or 34.27% from 709); Blue value is 243 (95.31% from 255 or 34.27% from 709); Max value from RGB is 243 - color contains mainly: green, blue. Hex color #DFF3F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF3F3 is #200C0C. Grayscale: #ECECEC. Windows color (decimal): -2100237 or 15987679. OLE color: 15987679.
HSL color Cylindrical-coordinate representation of color #DFF3F3: hue angle of 180º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF3F3 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 243 | - |
| CMYK | 0.08 | 0 | 0 | 0.05 |
| HSL | 180º | 0.45% | 0.91% | - |
| HSV(B) | 180º | 0.08% | 0.95% | - |
| XYZ | 78.66 | 86.26 | 97.3 | - |
| YUV | 237.02 | 131.37 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 243 | 0.08 | 0 | 0 | 0.05 | 180 | 0.45 | 0.91 |
| Hex | DF | F3 | F3 | 8 | 0 | 0 | 5 | B4 | 2D | 5B |
| Octal | 337 | 363 | 363 | 10 | 0 | 0 | 5 | 264 | 55 | 133 |
| Binary | 11011111 | 11110011 | 11110011 | 1000 | 0 | 0 | 101 | 10110100 | 101101 | 1011011 |
Color Harmonies of #DFF3F3
Complementary color
Monochromatic Colors of #DFF3F3
Black with #DFF3F3
Text Example
Text Example
White with #DFF3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3F3; }
p { color: rgb(223,243,243); }
H1.HeaderClassName
{
color: #DFF3F3;
}
.AnyTagClassName
{
color: #DFF3F3;
}
</style>
background-color css
<style>
a { background-color: #DFF3F3; }
a { background-color: rgb(223,243,243); }
div.DivClassName
{
background-color: #DFF3F3;
}
.BgClassName
{
background-color: #DFF3F3;
}
</style>
border-color css
<style>
span { border-color: #DFF3F3; }
span { border-color: rgb(223,243,243); }
td.TdClassName
{
border-color: #DFF3F3;
}
.TagClassName
{
border-color: #DFF3F3;
}
</style>