Html Css Color HEX #DFFAF8 Light Cyan

📋 copy color: '#DFFAF8'

red 223 ◦ green 250 ◦ blue 248

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

Shades of Light Cyan #DFFAF8

Tints of Light Cyan #DFFAF8

RGB

 RED value IS 223 (87.5% from 255) = 30.93%

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

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

R = 30.93%
G = 34.67%
B = 34.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#DFFAF8 (or 0xDFFAF8) is known color: Light Cyan. HEX triplet: DF, FA and F8. RGB value is (223,250,248). Sum of RGB (Red+Green+Blue) = 223+250+248=721 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.93% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 248 (97.27% from 255 or 34.40% from 721); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAF8 is #200507. Grayscale: #F1F1F1. Windows color (decimal): -2098440 or 16317151. OLE color: 16317151.

HSL color Cylindrical-coordinate representation of color #DFFAF8: hue angle of 175.56º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFFAF8 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 250 248 -
CMYK 0.11 0 0.01 0.02
HSL 175.56º 0.73% 0.93% -
HSV(B) 175.56º 0.11% 0.98% -
XYZ 81.56 90.84 102.04 -
YUV 241.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 223 250 248 0.11 0 0.01 0.02 175.56 0.73 0.93
Hex DF FA F8 B 0 1 2 B0 49 5D
Octal 337 372 370 13 0 1 2 260 111 135
Binary 11011111 11111010 11111000 1011 0 1 10 10110000 1001001 1011101

Color Harmonies of #DFFAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFAF8

Black with #DFFAF8

Text Example


Text Example

White with #DFFAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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