Html Css Color HEX #DDF8FF Light Cyan

📋 copy color: '#DDF8FF'

red 221 ◦ green 248 ◦ blue 255

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

Shades of Light Cyan #DDF8FF

Tints of Light Cyan #DDF8FF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 34.25%

 BLUE value IS 255 (100% from 255) = 35.22%

R = 30.52%
G = 34.25%
B = 35.22%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDF8FF (or 0xDDF8FF) is known color: Light Cyan. HEX triplet: DD, F8 and FF. RGB value is (221,248,255). Sum of RGB (Red+Green+Blue) = 221+248+255=724 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.52% from 724); Green value is 248 (97.27% from 255 or 34.25% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDF8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF8FF is #220700. Grayscale: #F0F0F0. Windows color (decimal): -2230017 or 16775389. OLE color: 16775389.

HSL color Cylindrical-coordinate representation of color #DDF8FF: hue angle of 192.35º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDF8FF is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 248 255 -
CMYK 0.13 0.03 0 0
HSL 192.35º 1% 0.93% -
HSV(B) 192.35º 0.13% 1% -
XYZ 81.44 89.73 107.63 -
YUV 240.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 221 248 255 0.13 0.03 0 0 192.35 1 0.93
Hex DD F8 FF D 3 0 0 C0 64 5D
Octal 335 370 377 15 3 0 0 300 144 135
Binary 11011101 11111000 11111111 1101 11 0 0 11000000 1100100 1011101

Color Harmonies of #DDF8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF8FF

Black with #DDF8FF

Text Example


Text Example

White with #DDF8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF8FF; }

 p { color: rgb(221,248,255); }

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

background-color css

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

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

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

border-color css

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

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

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