Html Css Color HEX #DDF2F6 Light Cyan

📋 copy color: '#DDF2F6'

red 221 ◦ green 242 ◦ blue 246

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

Shades of Light Cyan #DDF2F6

Tints of Light Cyan #DDF2F6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.13%

 BLUE value IS 246 (96.48% from 255) = 34.7%

R = 31.17%
G = 34.13%
B = 34.7%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDF2F6 (or 0xDDF2F6) is known color: Light Cyan. HEX triplet: DD, F2 and F6. RGB value is (221,242,246). Sum of RGB (Red+Green+Blue) = 221+242+246=709 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.17% from 709); Green value is 242 (94.92% from 255 or 34.13% from 709); Blue value is 246 (96.48% from 255 or 34.70% from 709); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDF2F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2F6 is #220D09. Grayscale: #ECECEC. Windows color (decimal): -2231562 or 16184029. OLE color: 16184029.

HSL color Cylindrical-coordinate representation of color #DDF2F6: hue angle of 189.6º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF2F6 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 242 246 -
CMYK 0.10 0.02 0 0.04
HSL 189.6º 0.58% 0.92% -
HSV(B) 189.6º 0.1% 0.96% -
XYZ 78.21 85.53 99.58 -
YUV 236.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 221 242 246 0.10 0.02 0 0.04 189.6 0.58 0.92
Hex DD F2 F6 A 2 0 4 BE 3A 5C
Octal 335 362 366 12 2 0 4 276 72 134
Binary 11011101 11110010 11110110 1010 10 0 100 10111110 111010 1011100

Color Harmonies of #DDF2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF2F6

Black with #DDF2F6

Text Example


Text Example

White with #DDF2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF2F6; }

 p { color: rgb(221,242,246); }

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

background-color css

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

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

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

border-color css

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

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

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