Html Css Color HEX #DDF9FA Light Cyan

📋 copy color: '#DDF9FA'

red 221 ◦ green 249 ◦ blue 250

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

Shades of Light Cyan #DDF9FA

Tints of Light Cyan #DDF9FA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 34.58%

 BLUE value IS 250 (98.05% from 255) = 34.72%

R = 30.69%
G = 34.58%
B = 34.72%

CMYK

 C value IS 0.12

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDF9FA (or 0xDDF9FA) is known color: Light Cyan. HEX triplet: DD, F9 and FA. RGB value is (221,249,250). Sum of RGB (Red+Green+Blue) = 221+249+250=720 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.69% from 720); Green value is 249 (97.66% from 255 or 34.58% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDF9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9FA is #220605. Grayscale: #F0F0F0. Windows color (decimal): -2229766 or 16447965. OLE color: 16447965.

HSL color Cylindrical-coordinate representation of color #DDF9FA: hue angle of 182.07º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF9FA is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 250 -
CMYK 0.12 0.00 0 0.02
HSL 182.07º 0.74% 0.92% -
HSV(B) 182.07º 0.12% 0.98% -
XYZ 80.95 90.03 103.55 -
YUV 240.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 221 249 250 0.12 0.00 0 0.02 182.07 0.74 0.92
Hex DD F9 FA C 0 0 2 B6 4A 5C
Octal 335 371 372 14 0 0 2 266 112 134
Binary 11011101 11111001 11111010 1100 0 0 10 10110110 1001010 1011100

Color Harmonies of #DDF9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF9FA

Black with #DDF9FA

Text Example


Text Example

White with #DDF9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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