Html Css Color HEX #DDFAF8 Light Cyan

📋 copy color: '#DDFAF8'

red 221 ◦ green 250 ◦ blue 248

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

Shades of Light Cyan #DDFAF8

Tints of Light Cyan #DDFAF8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.77%

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

R = 30.74%
G = 34.77%
B = 34.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#DDFAF8 (or 0xDDFAF8) is known color: Light Cyan. HEX triplet: DD, FA and F8. RGB value is (221,250,248). Sum of RGB (Red+Green+Blue) = 221+250+248=719 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.74% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 248 (97.27% from 255 or 34.49% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAF8 is #220507. Grayscale: #F1F1F1. Windows color (decimal): -2229512 or 16317149. OLE color: 16317149.

HSL color Cylindrical-coordinate representation of color #DDFAF8: hue angle of 175.86º 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 #DDFAF8 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 250 248 -
CMYK 0.12 0 0.01 0.02
HSL 175.86º 0.74% 0.92% -
HSV(B) 175.86º 0.12% 0.98% -
XYZ 80.95 90.52 102.01 -
YUV 241.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 221 250 248 0.12 0 0.01 0.02 175.86 0.74 0.92
Hex DD FA F8 C 0 1 2 B0 4A 5C
Octal 335 372 370 14 0 1 2 260 112 134
Binary 11011101 11111010 11111000 1100 0 1 10 10110000 1001010 1011100

Color Harmonies of #DDFAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFAF8

Black with #DDFAF8

Text Example


Text Example

White with #DDFAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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