Html Css Color HEX #DDFEF8 Light Cyan

📋 copy color: '#DDFEF8'

red 221 ◦ green 254 ◦ blue 248

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

Shades of Light Cyan #DDFEF8

Tints of Light Cyan #DDFEF8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 35.13%

 BLUE value IS 248 (97.27% from 255) = 34.3%

R = 30.57%
G = 35.13%
B = 34.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#DDFEF8 (or 0xDDFEF8) is known color: Light Cyan. HEX triplet: DD, FE and F8. RGB value is (221,254,248). Sum of RGB (Red+Green+Blue) = 221+254+248=723 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.57% from 723); Green value is 254 (99.61% from 255 or 35.13% from 723); Blue value is 248 (97.27% from 255 or 34.30% from 723); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFEF8 is #220107. Grayscale: #F3F3F3. Windows color (decimal): -2228488 or 16318173. OLE color: 16318173.

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

Color convert

RGB 221 254 248 -
CMYK 0.13 0 0.02 0.00
HSL 169.09º 0.94% 0.93% -
HSV(B) 169.09º 0.13% 1% -
XYZ 82.2 93.03 102.43 -
YUV 243.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 221 254 248 0.13 0 0.02 0.00 169.09 0.94 0.93
Hex DD FE F8 D 0 2 0 A9 5E 5D
Octal 335 376 370 15 0 2 0 251 136 135
Binary 11011101 11111110 11111000 1101 0 10 0 10101001 1011110 1011101

Color Harmonies of #DDFEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFEF8

Black with #DDFEF8

Text Example


Text Example

White with #DDFEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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