Html Css Color HEX #DFFAF6 Light Cyan

📋 copy color: '#DFFAF6'

red 223 ◦ green 250 ◦ blue 246

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

Shades of Light Cyan #DFFAF6

Tints of Light Cyan #DFFAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 34.21%

R = 31.02%
G = 34.77%
B = 34.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#DFFAF6 (or 0xDFFAF6) is known color: Light Cyan. HEX triplet: DF, FA and F6. RGB value is (223,250,246). Sum of RGB (Red+Green+Blue) = 223+250+246=719 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.02% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 246 (96.48% from 255 or 34.21% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAF6 is #200509. Grayscale: #F1F1F1. Windows color (decimal): -2098442 or 16186079. OLE color: 16186079.

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

Color convert

RGB 223 250 246 -
CMYK 0.11 0 0.02 0.02
HSL 171.11º 0.73% 0.93% -
HSV(B) 171.11º 0.11% 0.98% -
XYZ 81.25 90.71 100.42 -
YUV 241.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 223 250 246 0.11 0 0.02 0.02 171.11 0.73 0.93
Hex DF FA F6 B 0 2 2 AB 49 5D
Octal 337 372 366 13 0 2 2 253 111 135
Binary 11011111 11111010 11110110 1011 0 10 10 10101011 1001001 1011101

Color Harmonies of #DFFAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFAF6

Black with #DFFAF6

Text Example


Text Example

White with #DFFAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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